Fix most clang warnings
authorAndre Weissflog <floooh@gmail.com>
Sat, 11 Jul 2015 12:45:57 +0000 (14:45 +0200)
committerAndre Weissflog <floooh@gmail.com>
Sat, 11 Jul 2015 12:45:57 +0000 (14:45 +0200)
commita5ade51363f93311b673aad5173930845e7b4e46
tree4ca7ebf671f8c4d9970fac61f6016715ab432c49
parente6f7988adec197e0590fb8274b0412811456d3e6
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()
SPIRV/SpvBuilder.cpp
SPIRV/doc.h
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/Versions.cpp
glslang/MachineIndependent/preprocessor/PpContext.h