| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -7/+6 |
* | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall | 2010-08-25 | 1 | -0/+2 |
* | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+1 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -309/+307 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -12/+12 |
* | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -332/+298 |
* | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -32/+32 |
* | Preserve the zero-initialization and construction-kind settings when | Douglas Gregor | 2010-08-22 | 1 | -3/+8 |
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -12/+8 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -2/+2 |
* | Regularize the API for accessing explicit template arguments. | John McCall | 2010-08-19 | 1 | -5/+5 |
* | Implicit decl ref expressions might not have name locations; don't silently | John McCall | 2010-08-17 | 1 | -4/+6 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -2/+2 |
* | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -64/+89 |
* | Eliminate unnecessary uses of TemporaryBase in TreeTransform; | Douglas Gregor | 2010-08-10 | 1 | -19/+10 |
* | Fixed redundant NNS loading. | Abramo Bagnara | 2010-08-10 | 1 | -1/+2 |
* | Added TypeLocs to VAArgExpr node. | Abramo Bagnara | 2010-08-10 | 1 | -11/+11 |
* | Added TypeLocs to TypesCompatibleExpr node. | Abramo Bagnara | 2010-08-10 | 1 | -12/+14 |
* | Preserve calling convention etc. across template instantiations. | Eli Friedman | 2010-08-05 | 1 | -5/+10 |
* | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -8/+2 |
* | More block instantiation stuff. Set variable/param DeclContext | Fariborz Jahanian | 2010-07-13 | 1 | -4/+0 |
* | Downgrade the "when type is in parentheses, array cannot have dynamic | Douglas Gregor | 2010-07-13 | 1 | -3/+3 |
* | When forming a function call or message send expression, be sure to | Douglas Gregor | 2010-07-13 | 1 | -1/+1 |
* | Copy over attributes to instantiated variable. | Fariborz Jahanian | 2010-07-12 | 1 | -5/+0 |
* | Fix compile error. Per Fariborz. | Dale Johannesen | 2010-07-10 | 1 | -1/+2 |
* | Instantiation of byref variable in | Fariborz Jahanian | 2010-07-09 | 1 | -0/+4 |
* | Instantiation of block literal expressions. wip. | Fariborz Jahanian | 2010-07-09 | 1 | -6/+68 |
* | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -6/+6 |
* | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -6/+6 |
* | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -6/+6 |
* | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner | 2010-06-23 | 1 | -6/+5 |
* | Apply array-to-pointer decay when instantiating a MemberExpr. Fixes | Douglas Gregor | 2010-06-22 | 1 | -3/+5 |
* | A trivial fix for a test case that's too horrible to commit. Fixes | Douglas Gregor | 2010-06-18 | 1 | -0/+3 |
* | When pushing a copy of the TypeLoc information for a dependent | Douglas Gregor | 2010-06-17 | 1 | -1/+2 |
* | When we see a 'template' disambiguator that marks the next identifier | Douglas Gregor | 2010-06-16 | 1 | -13/+17 |
* | Fix the recently-added warning about 'typename' and 'template' | Douglas Gregor | 2010-06-16 | 1 | -2/+2 |
* | Fix a point of semantics with using declaration hiding: method templates | John McCall | 2010-06-16 | 1 | -3/+6 |
* | Split DependentNameType into two types. DependentNameType represents the | John McCall | 2010-06-11 | 1 | -42/+85 |
* | Simplify the methods for creating a pointer, reference, member-pointer, | John McCall | 2010-06-05 | 1 | -9/+9 |
* | Require a complete type when performing the qualified lookup during | John McCall | 2010-05-27 | 1 | -0/+3 |
* | When transforming a C++ "new" expression's constructor arguments, drop | Douglas Gregor | 2010-05-26 | 1 | -0/+3 |
* | tweak to (hopefully) fix darwin[89] buildbots. Thanks to Doug for the suggest... | Jim Grosbach | 2010-05-19 | 1 | -1/+1 |
* | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-19 | 1 | -32/+70 |
* | Fix an obvious goof that rjmccall found by inspection. No testcase, suggestions | Chandler Carruth | 2010-05-19 | 1 | -1/+1 |
* | Switch over the tablegen to use much prettier range technology | Alexis Hunt | 2010-05-18 | 1 | -3/+3 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -20/+16 |
* | Revert r103770, "Added basic source locations to Elaborated and DependentName | Daniel Dunbar | 2010-05-14 | 1 | -36/+9 |
* | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-14 | 1 | -9/+36 |
* | Rebuild builtin_id * as an ObjCObjectPointerType, where builtin_id is the | John McCall | 2010-05-13 | 1 | -5/+13 |
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -66/+31 |