aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-condition.cpp
AgeCommit message (Expand)Author
2012-02-22Accept braced-init-lists in conditions, and, in passing, dramatically improveRichard Smith
2012-02-14Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-14Add svn:eol-style=native to some filesCedric Venet
2008-09-09Fix test case.Argyrios Kyrtzidis
2008-09-09Implement parser support for the 'condition' part of C++ selection-statements...Argyrios Kyrtzidis