summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wcharSanjiv Gupta2008-10-311-4/+4
* Add representation of base classes in the AST, and verify that weDouglas Gregor2008-10-221-7/+17
* Passing right brace location to ActOnFinishCXXClassDef is redundant, since it...Argyrios Kyrtzidis2008-08-091-1/+1
* Wherever a type is used/returned from the Action module, use TypeTy instead o...Argyrios Kyrtzidis2008-08-011-1/+1
* Add Sema support for C++ classes.Argyrios Kyrtzidis2008-07-011-6/+8
* Handle unnamed bitfields when parsing C++ classes.Argyrios Kyrtzidis2008-06-281-26/+30
* Add parsing support for C++ classes.Argyrios Kyrtzidis2008-06-241-1/+266
* Convert CRLF to LF.Argyrios Kyrtzidis2008-05-011-3/+3
* Call ExitScope before ActOnFinishNamespaceDef.Argyrios Kyrtzidis2008-04-271-2/+3
* Parsing of namespaces:Argyrios Kyrtzidis2008-04-271-6/+14
* Make Parser::getAccessSpecifierIfPresent const, since it does not modify the ...Douglas Gregor2008-04-141-2/+2
* This patch adds very basic support for parsing and type-checking classDouglas Gregor2008-04-131-1/+232
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+119
OpenPOWER on IntegriCloud