]> granicus.if.org Git - clang/commit
Add increment/decrement operators and compound assignment operators to the
authorRichard Trieu <rtrieu@google.com>
Thu, 25 Sep 2014 01:15:40 +0000 (01:15 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 25 Sep 2014 01:15:40 +0000 (01:15 +0000)
commit702863c43da79c158db2162a9ba5901797050aea
tree17bd08fccce3b168b8252b2fe4e26fecfa31c8b0
parent7a0ca9263dbfeaad11ae68a64056c3d31a6cf56d
Add increment/decrement operators and compound assignment operators to the
uninitialized checkers that did not have them before.

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