]> granicus.if.org Git - clang/commit
Move the uninitialized field check to after all the field initializers are added
authorRichard Trieu <rtrieu@google.com>
Mon, 16 Sep 2013 21:54:53 +0000 (21:54 +0000)
committerRichard Trieu <rtrieu@google.com>
Mon, 16 Sep 2013 21:54:53 +0000 (21:54 +0000)
commit225e9826336f85166cbc4636ae61028f6f7868be
tree0965eaff91110f5b0e55d4ffdd84fabfc07ca923
parent98592d9c4dff79480fdc25b83988de03f912b647
Move the uninitialized field check to after all the field initializers are added
to the CXXConstructorDecl so that information from the constructor can be used.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190810 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp