]> granicus.if.org Git - clang/commit
Fix -Wuninitialized to catch the case of a class being initialized with a call
authorRichard Trieu <rtrieu@google.com>
Thu, 8 Mar 2012 01:15:31 +0000 (01:15 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 8 Mar 2012 01:15:31 +0000 (01:15 +0000)
commitffea6b4560cee39bd2a26f478e57da19fc3b47b2
tree4d2c53022abb4edd58f76933dbd6f4f2dfed1ca7
parent29f98b40caabca1ec820d546c5c08206a1d4f520
Fix -Wuninitialized to catch the case of a class being initialized with a call
to its own member function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152276 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/uninitialized.cpp