summaryrefslogtreecommitdiffstats
path: root/test/Sema/typedef-redef.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* tweak redefinition of a typedef a bit to fix a couple of problems:Chris Lattner2009-04-171-6/+0
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Adopt a more principled approach to invalid declarations:Douglas Gregor2009-02-161-3/+7
* Replace DeclContext's vector of ScopedDecl pointers with a linked listDouglas Gregor2009-01-091-2/+2
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-1/+1
* Reject typedef redefinitions when the underlying types are not identical,Chris Lattner2008-07-251-1/+10
* Don't crash if we can't find FileEntry info for a typedef, since one Eli Friedman2008-06-111-0/+4