summaryrefslogtreecommitdiff
path: root/test/SemaCXX/virtuals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework parsing of pure-specifiers. Perform the grammar matching andRichard Smith2015-06-301-0/+10
* Warn on duplicate function specifierSerge Pavlov2013-11-131-0/+6
* Updating the test case based on previous patchAaron Ballman2012-05-071-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Fix a couple more issues related to r133854:Richard Smith2011-06-251-1/+4
* When deciding how to parse "= something" as part of a memberDouglas Gregor2011-06-251-10/+16
* 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
* Move most of the checking from ActOnCXXMemberDeclarator to other, more genera...Douglas Gregor2009-03-111-0/+5
* Very basic support for pure virtual functions.Sebastian Redl2009-01-091-0/+33