summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseCXXInlineMethods.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delay parsing of default arguments of member functions until the classDouglas Gregor2008-12-161-17/+71
* Use a scoped object to manage entry/exit from a parser scope rather than expl...Douglas Gregor2008-12-101-4/+2
* Improve parser error recovery after a constructor initializerDouglas Gregor2008-11-101-2/+22
* Initial implementation of parsing, semantic analysis, and AST-buildingDouglas Gregor2008-11-051-5/+17
* The only caller of this knows that the current token is l_brace, so this can ...Argyrios Kyrtzidis2008-06-241-12/+1
* Add parsing support for C++ classes.Argyrios Kyrtzidis2008-06-241-0/+159
OpenPOWER on IntegriCloud