| Commit message (Expand) | Author | Age | Files | Lines |
| * | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -7/+5 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -10/+9 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -8/+7 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-25 | 1 | -3/+2 |
| * | Push nested-name-specifier source-location information into | Douglas Gregor | 2011-02-25 | 1 | -8/+7 |
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -8/+38 |
| * | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -6/+5 |
| * | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -0/+16 |
| * | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -2/+1 |
| * | Implement proper (de-)serialization for explicit template argument | Douglas Gregor | 2011-02-04 | 1 | -28/+39 |
| * | An insomniac stab at making block declarations list the variables they close | John McCall | 2011-02-02 | 1 | -1/+0 |
| * | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -0/+1 |
| * | Do a proper recursive lookup when deciding whether a class's usual | John McCall | 2011-01-27 | 1 | -2/+4 |
| * | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -1/+21 |
| * | Teach PackExpansionExpr to keep track of the number of pack expansions | Douglas Gregor | 2011-01-14 | 1 | -0/+1 |
| * | Add the location of the right parenthesis of a C++ named cast | Douglas Gregor | 2011-01-12 | 1 | -1/+3 |
| * | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -0/+14 |
| * | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor | 2011-01-03 | 1 | -1/+12 |
| * | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor | 2010-12-13 | 1 | -1/+2 |
| * | Keep the source location of the selector in ObjCMessageExpr. | Argyrios Kyrtzidis | 2010-12-10 | 1 | -2/+3 |
| * | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet | 2010-12-08 | 1 | -14/+1 |
| * | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet | 2010-12-07 | 1 | -0/+16 |
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -4/+4 |
| * | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -26/+24 |
| * | Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan... | Argyrios Kyrtzidis | 2010-11-20 | 1 | -1/+1 |
| * | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis | 2010-11-19 | 1 | -0/+1 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -4/+6 |
| * | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall | 2010-11-15 | 1 | -0/+11 |
| * | No really, we don't have a retain/release system for statements/expressions | John McCall | 2010-10-26 | 1 | -3/+0 |
| * | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth | 2010-10-25 | 1 | -4/+6 |
| * | Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass | Fariborz Jahanian | 2010-10-15 | 1 | -1/+0 |
| * | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis | 2010-10-15 | 1 | -11/+14 |
| * | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -10/+10 |
| * | Thread PerFileData through the ASTReader again, this time with the LLVM changes. | Sebastian Redl | 2010-10-05 | 1 | -181/+196 |
| * | Revert r115336 ("Thread PerFileData through everything."), because | Douglas Gregor | 2010-10-01 | 1 | -196/+181 |
| * | Thread PerFileData through everything. This allows us to remap stuff later. | Sebastian Redl | 2010-10-01 | 1 | -181/+196 |
| * | Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848... | Argyrios Kyrtzidis | 2010-09-28 | 1 | -0/+1 |
| * | Implement -Wunused-label. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -0/+1 |
| * | Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ... | Sebastian Redl | 2010-09-13 | 1 | -0/+1 |
| * | When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ... | Argyrios Kyrtzidis | 2010-09-13 | 1 | -0/+1 |
| * | Remove the trivial setters from CXXDeleteExpr. | Argyrios Kyrtzidis | 2010-09-13 | 1 | -6/+5 |
| * | Address Doug's comments. | Sebastian Redl | 2010-09-10 | 1 | -3/+3 |
| * | Serialization support for CXXNoexceptExpr. | Sebastian Redl | 2010-09-10 | 1 | -0/+12 |
| * | Add proper type-source information to UnaryTypeTraitExpr, including | Douglas Gregor | 2010-09-09 | 1 | -1/+1 |
| * | When building SwitchStmts in Sema, record whether all the enum values of a sw... | Ted Kremenek | 2010-09-09 | 1 | -0/+3 |
| * | Microsoft's __uuidof operator implementation part 1. | Francois Pichet | 2010-09-08 | 1 | -0/+19 |
| * | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -5/+4 |
| * | Improve source-location information for CXXNewExpr, by hanging on to | Douglas Gregor | 2010-09-07 | 1 | -0/+1 |
| * | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor | 2010-09-02 | 1 | -12/+1 |
| * | AST work to support [C++] [IRgen] for ?: with missing LHS | Fariborz Jahanian | 2010-08-31 | 1 | -0/+1 |