summaryrefslogtreecommitdiffstats
path: root/test/Parser/builtin_types_compatible.c
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-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
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-1/+1
* 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
* fix this test to pass.Chris Lattner2007-08-101-10/+9
* fix hang in testsuiteChris Lattner2007-08-041-1/+1
* Implement __builtin_choose_expr.Steve Naroff2007-08-031-0/+9
* Add a test case to validate code gen for typeof/builtin_types_compatible.Steve Naroff2007-08-031-0/+35