aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/typedef-retain.c
AgeCommit message (Expand)Author
2011-01-19Change the canonical representation of array types to store qualifiers on theJohn McCall
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-30Fix typo noticed by Chris.Anders Carlsson
2009-01-30Turn on -flax-vector-conversions by default, issue a warning whenever one is ...Anders Carlsson
2008-08-04Finally fix PR2189. This makes a fairly invasive but important change toChris Lattner
2008-04-02Fix several bugs in array -> pointer decomposition.Chris Lattner
2008-01-04Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-07-17I forgot to check this in earlierChris Lattner