aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/uninit-variables-conditional.cpp
AgeCommit message (Collapse)Author
2011-09-10Show either a location or a fixit note, not both, for uninitialized variable ↵David Blaikie
warnings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139463 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-08Switch 'is possibly uninitialized' to 'may be uninitialized' based onChandler Carruth
Chris's feedback. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129127 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-17Fix test to test the right thing.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127803 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-17Don't construct two CFGs just to run -Wuninitialized. While this causes new ↵Ted Kremenek
warnings to be flagged under -Wconditional-uninitialized, this is something we can improve over time. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127802 91177308-0d34-0410-b5e6-96231b3b80d8