aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-for-var-in-else.cpp
AgeCommit message (Expand)Author
2010-08-05Remove the warning for variables declared in the if-expression being used inNick Lewycky
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-05Eliminate some false positives due to a thinko in the "'blah' isDouglas Gregor
2009-07-22Prep for new warning.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-10Added a warning when referencing an if's condition variable in theDouglas Gregor