summaryrefslogtreecommitdiff
path: root/test/SemaCXX/function-type-qual.cpp
Commit message (Expand)AuthorAge
* PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclaratorRichard Smith2012-10-24
* PR11684, core issue 1417:Richard Smith2012-02-10
* Produce an error on encountering a pointer or reference to a qualified functi...Sebastian Redl2010-07-12
* Slightly improve the diagnostic when using a qualified function typedef to de...Sebastian Redl2010-07-09
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Add svn:eol-style=native to some filesCedric Venet2009-02-14
* Unbreak the test by.. removing a space. (clang protested that -verify only wo...Argyrios Kyrtzidis2008-10-24
* -Add support for cv-qualifiers after function declarators.Argyrios Kyrtzidis2008-10-24