| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove a few more bogus returns when the switch covers all the | Chandler Carruth | 2011-05-01 | 1 | -4/+3 |
| * | Remove another default and a *completely* bogus return from a switch | Chandler Carruth | 2011-05-01 | 1 | -2/+2 |
| * | Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalueExpr. | Chandler Carruth | 2011-05-01 | 1 | -2/+0 |
| * | Parsing/AST support for Structured Exception Handling | John Wiegley | 2011-04-28 | 1 | -0/+42 |
| * | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+13 |
| * | t/clang/type-traits | John Wiegley | 2011-04-27 | 1 | -4/+31 |
| * | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+15 |
| * | Implement basic __is_trivial type-trait support, enough to close PR9472. | Chandler Carruth | 2011-04-23 | 1 | -0/+1 |
| * | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+17 |
| * | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+12 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -2/+12 |
| * | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor | 2011-02-18 | 1 | -1/+1 |
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -10/+9 |
| * | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -0/+9 |
| * | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall | 2011-02-09 | 1 | -4/+0 |
| * | StmtPrinter: factor out arg printing code to PrintCallArgs | Peter Collingbourne | 2011-02-08 | 1 | -3/+8 |
| * | Implement the Microsoft __is_convertible_to type trait, modeling the | Douglas Gregor | 2011-01-27 | 1 | -1/+1 |
| * | Improve the printing of C++ construction expressions, from Yuri Gribov! | Douglas Gregor | 2011-01-24 | 1 | -7/+8 |
| * | Check whether DependentScopeDeclRefExpr's NestedNameSpecifier exists before a... | Axel Naumann | 2011-01-24 | 1 | -1/+2 |
| * | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+6 |
| * | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -1/+5 |
| * | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor | 2011-01-03 | 1 | -0/+5 |
| * | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet | 2010-12-08 | 1 | -7/+2 |
| * | Fix enumerator not handled in switch warnings. | Francois Pichet | 2010-12-07 | 1 | -2/+2 |
| * | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet | 2010-12-07 | 1 | -1/+16 |
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -1/+1 |
| * | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -14/+4 |
| * | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall | 2010-11-15 | 1 | -0/+3 |
| * | Update to use 'LLVM_*' macro names for attributes. | Chandler Carruth | 2010-10-23 | 1 | -2/+2 |
| * | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -5/+7 |
| * | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl | 2010-09-10 | 1 | -0/+6 |
| * | Microsoft's __uuidof operator implementation part 1. | Francois Pichet | 2010-09-08 | 1 | -0/+10 |
| * | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -1/+5 |
| * | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor | 2010-09-02 | 1 | -4/+0 |
| * | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -5/+0 |
| * | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 1 | -0/+5 |
| * | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -5/+5 |
| * | Regularize the API for accessing explicit template arguments. | John McCall | 2010-08-19 | 1 | -2/+2 |
| * | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar | 2010-08-17 | 1 | -1/+1 |
| * | Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() | Benjamin Kramer | 2010-08-17 | 1 | -2/+4 |
| * | Some refactoring on StmtPrinter to avoid unused function warnings. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -15/+9 |
| * | Zap unused UnaryOperator::OffsetOf. | Eli Friedman | 2010-08-13 | 1 | -28/+0 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -6/+6 |
| * | Revert the dump functions to send output to llvm::errs(), matching the LLVM c... | Argyrios Kyrtzidis | 2010-08-09 | 1 | -2/+2 |
| * | Send AST dumping/printing to stdout instead of stderr. | Argyrios Kyrtzidis | 2010-08-03 | 1 | -1/+1 |
| * | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+1 |
| * | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | AST: Propogate printing policy to types in a bunch more places. | Daniel Dunbar | 2010-06-30 | 1 | -15/+15 |
| * | Nasty rewriter bug which turns out to have an easy fix in | Fariborz Jahanian | 2010-06-30 | 1 | -1/+1 |