]> granicus.if.org Git - clang/commit
Update the SelfReferenceChecker. Refactored some of the visitor methods.
authorRichard Trieu <rtrieu@google.com>
Wed, 9 May 2012 00:21:34 +0000 (00:21 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 9 May 2012 00:21:34 +0000 (00:21 +0000)
commit7e9f8af453598292cb57ba8e4dd63b9a5814b9ac
tree0a3f112f1e1f205aeec962c5fb2f36aace771900
parentc472b2d8b730df46516a0847a0b61c6173485415
Update the SelfReferenceChecker.  Refactored some of the visitor methods.
Added support for conditional operators and tightened the exclusion of the
unary operator from all operators to only the address of operator.

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