summaryrefslogtreecommitdiff
path: root/test/Sema/typedef-redef.c
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-17tweak redefinition of a typedef a bit to fix a couple of problems:Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16Adopt a more principled approach to invalid declarations:Douglas Gregor
2009-01-09Replace DeclContext's vector of ScopedDecl pointers with a linked listDouglas Gregor
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-07-25Reject typedef redefinitions when the underlying types are not identical,Chris Lattner
2008-06-11Don't crash if we can't find FileEntry info for a typedef, since one Eli Friedman