summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Improve error recovery when presented with an ill-formed template-idJohn McCall2010-07-301-5/+9
* Add source location information to C++ base specifiers.Nick Lewycky2010-07-261-3/+14
* Treat template parameters as part of the declaration-specifiers for theJohn McCall2010-07-161-4/+7
* Move the "current scope" state from the Parser into Action. ThisDouglas Gregor2010-07-021-37/+37
* Partial fix for PR7267 based on comments by John McCall on an earlier patch.Chandler Carruth2010-06-281-0/+22
* When semantic analysis fail to introduce a class or class template,Douglas Gregor2010-06-211-30/+35
* When parsing cached C++ method declarations/definitions, save theDouglas Gregor2010-06-161-0/+2
* Make the "extra ';' inside a struct or union" diagnostic moreDouglas Gregor2010-06-161-0/+1
* Allow an asm label specifier on C++ methods, like GCC does.Chris Lattner2010-06-131-2/+11
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-1/+6
* Don't try to parse class template specializations in C. It can onlyDouglas Gregor2010-05-301-3/+1
* Don't just skip over the entire tag definition if the parser action didn'tJohn McCall2010-05-281-10/+8
* Improve code completion in failure cases in two ways:Douglas Gregor2010-05-251-5/+5
* Propagate access specifiers to anonymous union members nested within classes.John McCall2010-05-211-1/+1
* mutable is a storage class that can follow a class/struct/union definition. F...Douglas Gregor2010-05-171-0/+1
* Namespaces can only be defined at global or namespace scope. Fixes PR6596.Douglas Gregor2010-05-141-0/+8
* Replace a char*/size pair with stringref.Benjamin Kramer2010-05-031-1/+1
* Parse friend template ids as types instead of ending up inJohn McCall2010-04-141-4/+8
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-081-1/+1
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-3/+3
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-3/+3
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-3/+3
* Support __attribute__((packed)) (along with other attributes) at theDouglas Gregor2010-03-291-2/+3
* Clean up after ourselves when there's an error parsing the base clause.John McCall2010-03-171-2/+5
* Audit all Preprocessor::getSpelling() callers, improving failureDouglas Gregor2010-03-161-1/+4
* Use SmallString instead of SmallVectorKovarththanan Rajaratnam2010-03-131-47/+47
* Fix an amusing typo that completely the re-introduction of parametersDouglas Gregor2010-03-021-1/+1
* Add commentDouglas Gregor2010-03-021-1/+2
* When we're parsing template names as part of base-specifiers, we areDouglas Gregor2010-03-011-1/+1
* Implement PR6423 by using one token of lookahead to disambiguate Chris Lattner2010-02-281-9/+32
* Add an overload of Preprocessor::getSpelling which takes a SmallVector andBenjamin Kramer2010-02-271-4/+2
* Fix an assertion-on-error during tentative constructor parsing byJohn McCall2010-02-261-2/+3
* Improve parsing and instantiation of destructor names, so that we canDouglas Gregor2010-02-161-4/+2
* Clean up ownership of 'AttributeList' objects in Parser. ApparentlyTed Kremenek2010-02-111-9/+9
* Fix assertion failure when parsing linkage specifications (PR5921),Douglas Gregor2010-02-071-0/+2
* Add attributes to namespace decls.Anders Carlsson2010-02-071-2/+2
* In some contexts, type declarations cannot occur. Pass this information down ...Sebastian Redl2010-02-031-3/+11
* Declarators can have grouping parens. This fixes rdar://7608537.Chris Lattner2010-02-031-0/+1
* fix PR6216Chris Lattner2010-02-031-0/+1
* the declspec of a declaration can have storage-class specifiers,Chris Lattner2010-02-021-7/+18
* Implement PR6180, substantially improving the diagnostics we get fromChris Lattner2010-02-021-1/+38
* improve diagnostics for C++ struct ; issues. Before:Chris Lattner2010-02-021-12/+8
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-3/+7
* Move the type specifier location for elaborated-type-specifiers fromDouglas Gregor2010-01-251-1/+5
* Implement elementary access control.John McCall2010-01-231-1/+1
* While determining when to parse inline member functions of a class,Douglas Gregor2010-01-161-8/+28
* Improve recovery for template-ids whose template-name doesn't actuallyDouglas Gregor2010-01-121-6/+45
* Parse dependent template-ids in base clauses and memberDouglas Gregor2010-01-121-3/+4
* Don't inject the class name until that magical lbrace.John McCall2009-12-201-0/+2
* Parse base specifiers within the scope of the class. This is possibly notJohn McCall2009-12-191-12/+18
OpenPOWER on IntegriCloud