glslang-zig/SPIRV
Andre Weissflog a5ade51363 Fix most clang warnings
- member initializing order in some constructors
- missing default branches in switch-case
- uninitialized variable if switch-case default (uncritical because
  program would exit)
- && and || brace warnings in if()
2015-07-11 14:45:57 +02:00
..
CMakeLists.txt Final round for line endings. 2015-06-26 16:58:36 -06:00
disassemble.cpp Final round for line endings. 2015-06-26 16:58:36 -06:00
disassemble.h Final round for line endings. 2015-06-26 16:58:36 -06:00
doc.cpp Final round for line endings. 2015-06-26 16:58:36 -06:00
doc.h Fix most clang warnings 2015-07-11 14:45:57 +02:00
GLSL450Lib.h Final round for line endings. 2015-06-26 16:58:36 -06:00
GlslangToSpv.cpp Front-end: move to rational internal array-of-array interfaces and design. (A-of-A is not yet implemented though.) 2015-07-06 21:00:03 -06:00
GlslangToSpv.h Final round for line endings. 2015-06-26 16:58:36 -06:00
spirv.h Final round for line endings. 2015-06-26 16:58:36 -06:00
SpvBuilder.cpp Fix most clang warnings 2015-07-11 14:45:57 +02:00
SpvBuilder.h Final round for line endings. 2015-06-26 16:58:36 -06:00
spvIR.h Final round for line endings. 2015-06-26 16:58:36 -06:00
SPVRemapper.cpp Final round for line endings. 2015-06-26 16:58:36 -06:00
SPVRemapper.h Fix include directive depending on root folder name 2015-07-02 15:25:23 +02:00