llvm-project/clang/test/CXX
Andy Gibbs ac51de6ec2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule.
Patch reviewed by David Blaikie.

llvm-svn: 166279
2012-10-19 12:36:49 +00:00
..
basic Instantiate class template specializations during ADL. 2012-08-24 20:38:34 +00:00
class PR13890: Warn on abstract final classes. 2012-09-21 03:21:07 +00:00
class.access Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a 2012-09-20 01:31:00 +00:00
class.derived Implement C++ 10.3p16 - overrides involving deleted functions must match. 2012-10-17 00:47:58 +00:00
conv Make the wchar_t promotion test consistent across different hosts by specifying a target triple. 2012-09-20 18:57:53 +00:00
dcl.dcl Implement GCC's -Wint-to-pointer-cast. 2012-10-16 18:53:14 +00:00
dcl.decl Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. 2012-10-19 12:36:49 +00:00
except PR13381: consider cv-qualifiers on a class member's type when determining which 2012-07-18 03:36:00 +00:00
expr Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. 2012-10-19 12:36:49 +00:00
lex Improve diagnostics for UCNs referring to control characters and members of the 2012-03-09 22:27:51 +00:00
over Fix a small bug in the way we handle builtin candidates for 2012-09-18 21:52:24 +00:00
special DR1492: In a definition of a destructor, the exception specification must be 2012-10-16 23:30:16 +00:00
stmt.stmt DR1442: In a range-based for statement, namespace 'std' is not an associated 2012-10-18 17:56:02 +00:00
temp Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType 2012-09-26 02:18:13 +00:00