aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/cxx0x_keyword.cpp
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-08Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...Argyrios Kyrtzidis
2007-11-26The checking for the delimiters of expected error/warning messages wasBill Wendling
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-07-16Add support for C++'0x keywords, patch by Doug GregorChris Lattner