summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseCXXInlineMethods.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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