summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/nested-name-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria intoJohn McCall2009-12-181-2/+15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* reapply my patch for PR4451, which improves diagnostics for :: vs : confusion.Chris Lattner2009-12-071-5/+3
* revert my previous patch, it is breaking something and I don't have timeChris Lattner2009-12-061-3/+5
* this is really about both PR's, 4452 is "don't crash", 4451 is "recover nicely".Chris Lattner2009-12-061-1/+1
* implement PR4451, improving error recovery for a mistaken : where a :: wasChris Lattner2009-12-061-5/+3
* Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar2009-11-291-1/+1
* Implement the rules in C++ [basic.link] and C99 6.2.2 for computingDouglas Gregor2009-11-251-1/+0
* Disabling some MS extensions which cause these tests to failJohn Thompson2009-10-271-1/+1
* Improve diagnostics when the parser encounters a declarator with anDouglas Gregor2009-10-131-3/+3
* Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor2009-10-131-6/+6
* Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor2009-09-021-1/+1
* Fix a crash that occurs in this C++ case:Argyrios Kyrtzidis2009-07-211-1/+4
* Improve error recovery in C++: when we hit 'implicit int' cases in C++,Chris Lattner2009-06-261-2/+1
* fix PR4452, a crash on invalid. The error recovery is still terrible in this...Chris Lattner2009-06-261-0/+24
* Make the implicit-int handling error recovery stuff handle C++Chris Lattner2009-04-141-3/+3
* Fix some C++ error recovery problems in init declarator parsingChris Lattner2009-04-121-1/+2
* Add some more code modification hintsDouglas Gregor2009-04-011-2/+2
* Tighten the setAccess assert. We now allow AS_none if the decl contex is not ...Anders Carlsson2009-03-251-1/+0
* Improve handling of base initializers. We now parse initializers in out of li...Anders Carlsson2009-03-251-1/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Template instantiation for the declarations of member functions withinDouglas Gregor2009-03-231-2/+1
* Fix various problems with matching out-of-line definitions of staticDouglas Gregor2009-03-111-0/+14
* Add basic, hackish support for instantiation of typedefs in a classDouglas Gregor2009-03-111-2/+6
* Improve recovery from ill-formed scope specifiers. Fixes PR3670.Douglas Gregor2009-03-061-4/+7
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-081-0/+2
* Diagnose attempts to define a namespace member out-of-line when noDouglas Gregor2009-02-061-0/+25
* Add support for out-of-line definitions of conversion functions and member op...Douglas Gregor2008-12-261-0/+20
* Partial fix for qualified name lookup, such that the lookup of N inDouglas Gregor2008-12-161-5/+18
* Diagnose erroneous uses of out-of-line member definitions and scopeDouglas Gregor2008-12-151-2/+19
* make the 'to match this' diagnostic a note.Chris Lattner2008-11-231-1/+1
* add support for inserting a DeclarationName into a diagnostic directlyChris Lattner2008-11-231-2/+2
* Take care another assert:Argyrios Kyrtzidis2008-11-191-0/+7
* Fix this:Argyrios Kyrtzidis2008-11-191-0/+3
* Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD...Argyrios Kyrtzidis2008-11-091-0/+9
* Implement Sema support for C++ nested-name-specifiers.Argyrios Kyrtzidis2008-11-081-0/+56
OpenPOWER on IntegriCloud