summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PrintParserCallbacks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Action::TagKind to Action::TagUseKind, which removes both a misnomerJohn McCall2009-07-311-1/+1
* Clean up the ActOnTag action, so that there is only a single entryDouglas Gregor2009-07-231-0/+1
* add the location of the ')' in a do/while statement to DoStmt.Chris Lattner2009-06-121-1/+3
* It's an error to use a function declared in a class definition as a default a...Anders Carlsson2009-06-121-1/+2
* Use of DeclContext for objc's ivars. No functionalityFariborz Jahanian2009-06-051-0/+1
* ActOnReturnStmt should also take a FullExprArg.Anders Carlsson2009-05-301-1/+1
* AddInitializerToDecl needs to take a full expression.Anders Carlsson2009-05-301-1/+1
* If a declarator group declares a type, make sure to add that declaration Eli Friedman2009-05-291-1/+2
* When we parse a tag specifier, keep track of whether that tagDouglas Gregor2009-05-281-1/+2
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-0/+829
OpenPOWER on IntegriCloud