summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/uninit-variables-conditional.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch 'is possibly uninitialized' to 'may be uninitialized' based onChandler Carruth2011-04-081-1/+1
| | | | | | Chris's feedback. llvm-svn: 129127
* Fix test to test the right thing.Ted Kremenek2011-03-171-4/+4
| | | | llvm-svn: 127803
* Don't construct two CFGs just to run -Wuninitialized. While this causes new ↵Ted Kremenek2011-03-171-0/+23
warnings to be flagged under -Wconditional-uninitialized, this is something we can improve over time. llvm-svn: 127802
OpenPOWER on IntegriCloud