summaryrefslogtreecommitdiff
path: root/test/SemaCXX/function-type-qual.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-2/+2
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+8
* PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclaratorRichard Smith2012-10-241-0/+3
* PR11684, core issue 1417:Richard Smith2012-02-101-7/+7
* Produce an error on encountering a pointer or reference to a qualified functi...Sebastian Redl2010-07-121-0/+5
* Slightly improve the diagnostic when using a qualified function typedef to de...Sebastian Redl2010-07-091-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add svn:eol-style=native to some filesCedric Venet2009-02-141-23/+23
* Unbreak the test by.. removing a space. (clang protested that -verify only wo...Argyrios Kyrtzidis2008-10-241-1/+1
* -Add support for cv-qualifiers after function declarators.Argyrios Kyrtzidis2008-10-241-0/+23