summaryrefslogtreecommitdiff
path: root/test/SemaCXX/nested-name-spec.cpp
Commit message (Expand)AuthorAge
* Don't mark a type specifier as "owned" if there is no declaration to own.Douglas Gregor2013-05-14
* Promote the warning about extra qualification on a declaration from aDouglas Gregor2012-09-13
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-18
* Ignore corrections to functions with bodies when deciding whichKaelyn Uhrain2012-06-07
* Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain2012-06-06
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-13
* Unify and fix our checking of C++ [dcl.meaning]p1's requirementsDouglas Gregor2012-03-28
* Diagnose tag and class template declarations with qualifiedDouglas Gregor2012-03-17
* Give nicer note when a member redeclaration has or lacks 'const'Kaelyn Uhrain2011-10-10
* Match type names and give more info for out-of-line function definition errors.Kaelyn Uhrain2011-08-04
* Update test for r133934.John McCall2011-06-27
* Only do delayed diagnostics if there were no errors when parsing the decl.Argyrios Kyrtzidis2011-06-24
* Test case for previous commitDouglas Gregor2011-02-24
* When the out-of-line definition differs from the declaration in the return type,Argyrios Kyrtzidis2011-02-05
* Generalize the checking for qualification of (non-friend) classDouglas Gregor2010-10-13
* Better diagnostic for superfluous scope specifier inside a class definition f...Francois Pichet2010-10-01
* Make this grossness default to the error it should always be.Chandler Carruth2010-07-16
* Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG.Chandler Carruth2010-07-16
* Make sure to search semantic scopes and appropriate template-parameterDouglas Gregor2010-05-14
* Turn access control on by default in -cc1.John McCall2010-04-09
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-08
* Fix some redundant errors by changing CXXScopeSpec::isSet calls intoJeffrey Yasskin2010-04-07
* Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor2010-03-31
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Fix an assertion-on-error during tentative constructor parsing byJohn McCall2010-02-26
* Fix the crash-on-invalid from PR6259.John McCall2010-02-08
* Fix two redefinitions in test cases that weren't diagnosed yet, but will be s...Sebastian Redl2010-01-26
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-13
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-06
* Just push a new scope when parsing an out-of-line variable definition.John McCall2009-12-19
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-19
* Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria intoJohn McCall2009-12-18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* reapply my patch for PR4451, which improves diagnostics for :: vs : confusion.Chris Lattner2009-12-07
* revert my previous patch, it is breaking something and I don't have timeChris Lattner2009-12-06
* this is really about both PR's, 4452 is "don't crash", 4451 is "recover nicely".Chris Lattner2009-12-06
* implement PR4451, improving error recovery for a mistaken : where a :: wasChris Lattner2009-12-06
* Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar2009-11-29
* Implement the rules in C++ [basic.link] and C99 6.2.2 for computingDouglas Gregor2009-11-25
* Disabling some MS extensions which cause these tests to failJohn Thompson2009-10-27
* Improve diagnostics when the parser encounters a declarator with anDouglas Gregor2009-10-13
* Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor2009-10-13
* Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor2009-09-02
* Fix a crash that occurs in this C++ case:Argyrios Kyrtzidis2009-07-21
* Improve error recovery in C++: when we hit 'implicit int' cases in C++,Chris Lattner2009-06-26
* fix PR4452, a crash on invalid. The error recovery is still terrible in this...Chris Lattner2009-06-26
* Make the implicit-int handling error recovery stuff handle C++Chris Lattner2009-04-14
* Fix some C++ error recovery problems in init declarator parsingChris Lattner2009-04-12
* Add some more code modification hintsDouglas Gregor2009-04-01
* Tighten the setAccess assert. We now allow AS_none if the decl contex is not ...Anders Carlsson2009-03-25