summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/nested-name-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when forming a destructor name on an incomplete type.John McCall2017-06-111-0/+7
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-2/+2
* Fix a crash on invalid code.Richard Trieu2016-10-281-0/+18
* Handle unscoped enumeration in nested name specifier.Serge Pavlov2015-01-181-2/+27
* Update error message text.Serge Pavlov2015-01-181-5/+5
* Improve error recovery around colon.Serge Pavlov2014-07-161-0/+99
* Revert "Improve error recovery around colon."Reid Kleckner2014-07-141-99/+0
* Improve error recovery around colon.Serge Pavlov2014-07-141-0/+99
* Improve error recovery around colon.Serge Pavlov2014-04-131-3/+2
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-091-5/+8
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-1/+1
* Implement DR482: namespace members can be redeclared with a qualified nameRichard Smith2013-12-051-1/+1
* PR17567: Improve diagnostic for a mistyped constructor name. If we see somethingRichard Smith2013-10-151-3/+1
* Reword a diagnostic to avoid a confusing implication that it might be talkingRichard Smith2013-08-231-1/+1
* Fix crash w/BlockDecl and invalid qualified decl.Eli Friedman2013-08-121-1/+2
* Fix r184381 so the test doesn't fail. Sorry for the inconvenience, I thought...Eli Friedman2013-06-191-1/+1
* Extra test for diagnostic in Sema::BuildCXXNestedNameSpecifier.Eli Friedman2013-06-191-0/+3
* Don't mark a type specifier as "owned" if there is no declaration to own.Douglas Gregor2013-05-141-0/+10
* Promote the warning about extra qualification on a declaration from aDouglas Gregor2012-09-131-4/+4
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-2/+1
* Ignore corrections to functions with bodies when deciding whichKaelyn Uhrain2012-06-071-6/+2
* Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain2012-06-061-2/+18
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-131-1/+1
* Unify and fix our checking of C++ [dcl.meaning]p1's requirementsDouglas Gregor2012-03-281-1/+1
* Diagnose tag and class template declarations with qualifiedDouglas Gregor2012-03-171-1/+2
* Give nicer note when a member redeclaration has or lacks 'const'Kaelyn Uhrain2011-10-101-3/+3
* Match type names and give more info for out-of-line function definition errors.Kaelyn Uhrain2011-08-041-2/+2
* Update test for r133934.John McCall2011-06-271-1/+1
* Only do delayed diagnostics if there were no errors when parsing the decl.Argyrios Kyrtzidis2011-06-241-0/+19
* Test case for previous commitDouglas Gregor2011-02-241-0/+3
* When the out-of-line definition differs from the declaration in the return type,Argyrios Kyrtzidis2011-02-051-0/+5
* Generalize the checking for qualification of (non-friend) classDouglas Gregor2010-10-131-0/+10
* Better diagnostic for superfluous scope specifier inside a class definition f...Francois Pichet2010-10-011-0/+4
* Make this grossness default to the error it should always be.Chandler Carruth2010-07-161-1/+1
* Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG.Chandler Carruth2010-07-161-1/+1
* Make sure to search semantic scopes and appropriate template-parameterDouglas Gregor2010-05-141-0/+16
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-081-5/+3
* Fix some redundant errors by changing CXXScopeSpec::isSet calls intoJeffrey Yasskin2010-04-071-3/+3
* Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor2010-03-311-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-7/+7
* Fix an assertion-on-error during tentative constructor parsing byJohn McCall2010-02-261-2/+3
* Fix the crash-on-invalid from PR6259.John McCall2010-02-081-0/+9
* Fix two redefinitions in test cases that weren't diagnosed yet, but will be s...Sebastian Redl2010-01-261-1/+1
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-1/+1
* Just push a new scope when parsing an out-of-line variable definition.John McCall2009-12-191-0/+13
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-2/+2
OpenPOWER on IntegriCloud