aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2013-01-23 09:09:50 +0000
committerDuncan Sands <baldrick@free.fr>2013-01-23 09:09:50 +0000
commit5924545c0c269495ea7391aab5b288808dead8bd (patch)
tree0a5a552a129454b1ebcad6af1a8a581f9de8a3dc /clang/lib/Frontend/CompilerInvocation.cpp
parente4e2e597401dd82e6ecabb924316fd81cf4bfb4f (diff)
downloadllvm-5924545c0c269495ea7391aab5b288808dead8bd.zip
llvm-5924545c0c269495ea7391aab5b288808dead8bd.tar.gz
llvm-5924545c0c269495ea7391aab5b288808dead8bd.tar.bz2
Initialize the components of this class. Otherwise GCC thinks that Array may be
used uninitialized, since it fails to understand that Array is only used when SingleValue is not, and outputs a warning. It also seems generally safer given that the constructor is non-trivial and has plenty of early exits. llvm-svn: 173242
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions