aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/uninit-variables-conditional.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-09-10Show either a location or a fixit note, not both, for uninitialized variable ↵David Blaikie1-1/+1
warnings. llvm-svn: 139463
2011-04-08Switch 'is possibly uninitialized' to 'may be uninitialized' based onChandler Carruth1-1/+1
Chris's feedback. llvm-svn: 129127
2011-03-17Fix test to test the right thing.Ted Kremenek1-4/+4
llvm-svn: 127803
2011-03-17Don't construct two CFGs just to run -Wuninitialized. While this causes new ↵Ted Kremenek1-0/+23
warnings to be flagged under -Wconditional-uninitialized, this is something we can improve over time. llvm-svn: 127802