summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PrintParserCallbacks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement instantiation of AsmStmts (Crazy, I know)Anders Carlsson2010-01-241-1/+1
* Keep track of the source locations for each protocol reference inDouglas Gregor2010-01-161-1/+3
* Fix warnings.Mike Stump2010-01-051-1/+2
* Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor2009-11-251-5/+10
* Pass source locations of identifiers referenced by @class through Action::Act...Ted Kremenek2009-11-171-1/+2
* Update prototype.Daniel Dunbar2009-09-111-3/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-34/+33
* Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the...Anders Carlsson2009-08-181-1/+1
* AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c...Anders Carlsson2009-08-161-1/+1
* Take 2 on AltiVec-style vector initializers. Nate Begeman2009-08-101-2/+3
* Revert r78535, it is causing a number of failures to build projects.Daniel Dunbar2009-08-101-3/+2
* AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d);Nate Begeman2009-08-091-2/+3
* Patch should implement packed enums - PR4098. Credit to Anders Johnsen.Edward O'Callaghan2009-08-081-1/+2
* Support nested-name-specifiers for C++ member access expressions, e.g.,Douglas Gregor2009-08-061-1/+2
* 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