summaryrefslogtreecommitdiffstats
path: root/test/Parser/builtin_classify_type.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-1/+1
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.Anders Carlsson2008-12-071-2/+2
* Change diagnostic per suggestion, to make it a bit clearer what is Eli Friedman2008-05-271-2/+2
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* Finish implementing __builtin_classify_type()...Steve Naroff2007-08-081-0/+21