summaryrefslogtreecommitdiffstats
path: root/test/Sema/nested-redef.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PR6618.Rafael Espindola2010-03-211-2/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Move RequireCompleteType requirement for fields early into ActOnField so thatEli Friedman2009-12-071-1/+2
* Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to Chris Lattner2009-04-251-2/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Improve merging of function declarations. Specifically:Douglas Gregor2009-02-241-1/+1
* fix rdar://6611778, a redefinition of an interface was causing anChris Lattner2009-02-231-1/+2
* Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor2009-01-081-0/+22