summaryrefslogtreecommitdiffstats
path: root/test/Sema/predef.c
Commit message (Expand)AuthorAgeFilesLines
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
* 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
* fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and ...Chris Lattner2008-12-121-1/+8
* Tighten up handling of __func__ and friends: it should be an arrayChris Lattner2008-01-121-3/+8
* Fix the type of predefined identifiers like __func__. Patch byChris Lattner2008-01-121-0/+7