summaryrefslogtreecommitdiff
path: root/test/Parser/builtin_classify_type.c
AgeCommit message (Expand)Author
2014-03-07Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
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
2008-12-07Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.Anders Carlsson
2008-05-27Change diagnostic per suggestion, to make it a bit clearer what is Eli Friedman
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-08-08Finish implementing __builtin_classify_type()...Steve Naroff