summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseCXXInlineMethods.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings about using override control keywords in inline function defi...Anders Carlsson2011-03-251-5/+0
* Remove 'new' from virt-specifier since it's going to be removed in the next C...Anders Carlsson2011-03-251-2/+0
* Make sure that we always pop a function's scope *before* we callDouglas Gregor2011-03-161-2/+3
* When parsing an out-of-line member function declaration, we must delayJohn McCall2011-02-141-1/+3
* PR9037: Allow override, final, and new as an extension on inline members.Nico Weber2011-01-281-4/+12
* Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator.Anders Carlsson2011-01-201-1/+2
* Added ParenType type node.Abramo Bagnara2010-12-101-2/+1
* Parse default arguments within member functions in source order, fromDouglas Gregor2010-10-121-134/+160
* When parsing default function arguments, do not mark any declarationsDouglas Gregor2010-09-111-0/+5
* One who seeks knowledge learns something new every day.John McCall2010-08-261-1/+1
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-1/+1
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-2/+2
* DeclPtrTy -> Decl *John McCall2010-08-211-3/+2
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-2/+2
* Change warning about incomplete parsing of C++ default arg to error and provi...Argyrios Kyrtzidis2010-08-091-6/+2
* Replace a parser assertion with a warning, suggestion by Doug.Argyrios Kyrtzidis2010-08-091-3/+8
* Introduce a new token kind 'cxx_defaultarg_end' to mark the end of C++ defaul...Argyrios Kyrtzidis2010-08-061-1/+5
* Move the "current scope" state from the Parser into Action. ThisDouglas Gregor2010-07-021-13/+13
* Cure for Doug's insomnia.Argyrios Kyrtzidis2010-06-191-3/+3
* Make sure the caching mechanism in Parser::ParseLexedMethodDefs is robust aga...Argyrios Kyrtzidis2010-06-171-4/+16
* Per conversation with Doug, remove two assertions in ParseLexedMethodDefs() thatTed Kremenek2010-06-171-5/+3
* Make Parser::ConsumeAndStoreUntil() more consistent with Parser::SkipUntil().Argyrios Kyrtzidis2010-04-231-15/+13
* Fix 80-cols violtaionsAlexis Hunt2010-04-141-4/+7
* Diagnose misordered initializers in constructor templates immediately instead ofJohn McCall2010-04-101-3/+8
* Add a few asserts to be on the safe side.Argyrios Kyrtzidis2010-03-311-0/+13
* When "delayed parsing" C++ default arguments, if there is an error, there may...Argyrios Kyrtzidis2010-03-301-0/+12
* Refactor to remove more dependencies on PreDeclaratorDC. I seem to have madeJohn McCall2009-12-191-2/+8
* Have the parser tell sema whether a member declaration is a function definiti...Sebastian Redl2009-11-241-1/+2
* Alter Action's friend interface to prepare for templated friend declarations andJohn McCall2009-09-111-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+9
* Make sure to adjust function template declarations to their templatedDouglas Gregor2009-08-241-1/+1
* Implement delayed parsing for member function templates. Fixes PR4608.Douglas Gregor2009-08-221-3/+12
* Initial support for parsing and representation of member function templates.Douglas Gregor2009-08-201-3/+9
* Argument-dependent lookup for friend declarations. Add a new decl type,John McCall2009-08-111-1/+1
* First pass at friend semantics.John McCall2009-08-061-1/+5
* Fix the parsing of default arguments for inline member function Eli Friedman2009-07-221-0/+2
* Patch to accomodate Doug's comment on defaultFariborz Jahanian2009-07-211-1/+1
* Added ASTs to destructor decl AST for default destruction of object'sFariborz Jahanian2009-07-151-1/+1
* Build AST for default ctor-initializer when constructor hasFariborz Jahanian2009-07-141-2/+1
* Patch to build AST for ctor's initializer list according toFariborz Jahanian2009-07-141-0/+4
* Reimplement much of the way that we track nested classes in theDouglas Gregor2009-05-271-11/+36
* The mysterious bug turns out to be an incredibly bone-headed mistake.Sebastian Redl2009-04-261-1/+1
* Implement function-try-blocks. However, there's a very subtle bug that I can'...Sebastian Redl2009-04-261-7/+20
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-2/+1
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-2/+3
* Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...Sebastian Redl2009-03-151-1/+1
* Simplify the interface to ParseFunctionStatementBody to not take Chris Lattner2009-03-051-2/+2
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* When we see a reference to a struct, class, or union like "struct X"Douglas Gregor2009-01-091-1/+2
OpenPOWER on IntegriCloud