summaryrefslogtreecommitdiff
path: root/test/SemaCXX/function-type-qual.cpp
AgeCommit message (Expand)Author
2015-04-11Improve the error message for assigning to read-only variables.Richard Trieu
2013-06-24[AST] Introduce a new DecayedType sugar nodeReid Kleckner
2012-10-24PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclaratorRichard Smith
2012-02-10PR11684, core issue 1417:Richard Smith
2010-07-12Produce an error on encountering a pointer or reference to a qualified functi...Sebastian Redl
2010-07-09Slightly improve the diagnostic when using a qualified function typedef to de...Sebastian Redl
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-02-14Add svn:eol-style=native to some filesCedric Venet
2008-10-24Unbreak the test by.. removing a space. (clang protested that -verify only wo...Argyrios Kyrtzidis
2008-10-24-Add support for cv-qualifiers after function declarators.Argyrios Kyrtzidis