]> granicus.if.org Git - clang/commit
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)
commita89479081e0ee1589736d987771de609c5505832
treec2f8678fdeda8c514a270fd310611a662aed49ae
parent3624e9e55d98507863d0731a0942cd874f2a1574
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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170640 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDiagnostic.cpp