Fix another uninitialized bool member bug found by -fsanitize=bool. This one
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Dec 2012 02:47:01 +0000 (02:47 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Dec 2012 02:47:01 +0000 (02:47 +0000)
commitda4de6c246849624b903251db9d1a3f6c94b1729
tree2b71f7c33afa6ec06f9e803cf3a6b4158b6b8493
parent393a78d4d36b9573d0584c976ad3abef7fa6b318
Fix another uninitialized bool member bug found by -fsanitize=bool. This one
appears to currently be benign (we happen to test the flags in the right
order, so we never depend on the uninitialized value).

llvm-svn: 170640
clang/lib/AST/ASTDiagnostic.cpp