summaryrefslogtreecommitdiff
path: root/test/Sema/nested-redef.c
AgeCommit message (Expand)Author
2010-03-21Fix PR6618.Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-07Move RequireCompleteType requirement for fields early into ActOnField so thatEli Friedman
2009-04-25Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-24Improve merging of function declarations. Specifically:Douglas Gregor
2009-02-23fix rdar://6611778, a redefinition of an interface was causing anChris Lattner
2009-01-08Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor