Age | Commit message (Expand) | Author |
2010-01-30 | Use IdentifierInfo * instead of std::string for the AsmStmt names. | Anders Carlsson |
2010-01-24 | Implement instantiation of AsmStmts (Crazy, I know) | Anders Carlsson |
2010-01-16 | Keep track of the source locations for each protocol reference in | Douglas Gregor |
2010-01-05 | Fix warnings. | Mike Stump |
2009-11-25 | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor |
2009-11-17 | Pass source locations of identifiers referenced by @class through Action::Act... | Ted Kremenek |
2009-09-11 | Update prototype. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-18 | Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the... | Anders Carlsson |
2009-08-16 | AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c... | Anders Carlsson |
2009-08-10 | Take 2 on AltiVec-style vector initializers. | Nate Begeman |
2009-08-10 | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar |
2009-08-09 | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman |
2009-08-08 | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan |
2009-08-06 | Support nested-name-specifiers for C++ member access expressions, e.g., | Douglas Gregor |
2009-07-31 | Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer | John McCall |
2009-07-23 | Clean up the ActOnTag action, so that there is only a single entry | Douglas Gregor |
2009-06-12 | add the location of the ')' in a do/while statement to DoStmt. | Chris Lattner |
2009-06-12 | It's an error to use a function declared in a class definition as a default a... | Anders Carlsson |
2009-06-05 | Use of DeclContext for objc's ivars. No functionality | Fariborz Jahanian |
2009-05-30 | ActOnReturnStmt should also take a FullExprArg. | Anders Carlsson |
2009-05-30 | AddInitializerToDecl needs to take a full expression. | Anders Carlsson |
2009-05-29 | If a declarator group declares a type, make sure to add that declaration | Eli Friedman |
2009-05-28 | When we parse a tag specifier, keep track of whether that tag | Douglas Gregor |
2009-05-19 | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman |