| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate UnaryTypeTraitExpr | Alp Toker | 2014-01-01 | 1 | -1/+0 |
* | Eliminate BinaryTypeTraitExpr | Alp Toker | 2013-12-13 | 1 | -1/+0 |
* | [OpenCL] Make sure we put string literals in the constant address space. | Joey Gouly | 2013-11-14 | 1 | -0/+2 |
* | Add the intrinsic __builtin_convertvector | Hal Finkel | 2013-09-18 | 1 | -0/+1 |
* | Make IgnoreParens() look through ChooseExprs. | Eli Friedman | 2013-07-20 | 1 | -1/+1 |
* | Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. | Eli Friedman | 2013-06-17 | 1 | -2/+5 |
* | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -0/+1 |
* | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -0/+4 |
* | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+1 |
* | Correctly classify T{} as an array temporary if T is an array of class type w... | Richard Smith | 2013-02-02 | 1 | -15/+14 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith | 2012-09-12 | 1 | -0/+1 |
* | Add a warning for when an array-to-pointer decay is performed on an array | Richard Smith | 2012-06-04 | 1 | -4/+19 |
* | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -1/+1 |
* | Alternate fix to PR12248: put Sema in charge of special-casing | John McCall | 2012-03-13 | 1 | -12/+1 |
* | Make sure we treat variables captured by reference in lambda as modifiable lv... | Eli Friedman | 2012-03-12 | 1 | -13/+12 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -10/+10 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -5/+5 |
* | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 2012-03-07 | 1 | -0/+1 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+5 |
* | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor | 2012-02-24 | 1 | -0/+1 |
* | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor | 2012-02-07 | 1 | -0/+1 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -3/+0 |
* | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -1/+1 |
* | Reference initialization with initializer lists. | Sebastian Redl | 2011-11-27 | 1 | -12/+22 |
* | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -0/+5 |
* | Macro metaprogramming for builtin types. | John McCall | 2011-10-18 | 1 | -2/+4 |
* | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 2011-10-11 | 1 | -0/+1 |
* | Declare and define implicit move constructor and assignment operator. | Sebastian Redl | 2011-08-30 | 1 | -1/+1 |
* | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+3 |
* | Teach CXXUnresolvedConstructExpr when it should be an | Douglas Gregor | 2011-07-08 | 1 | -1/+4 |
* | A few tweaks to MaterializeTemporaryExpr suggested by John. | Douglas Gregor | 2011-06-21 | 1 | -1/+1 |
* | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -0/+5 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+2 |
* | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -0/+1 |
* | Classify bound member function types are member function types. Fixes | Douglas Gregor | 2011-05-21 | 1 | -4/+6 |
* | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+1 |
* | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+1 |
* | Add a new expression classification, CL_AddressableVoid | Peter Collingbourne | 2011-04-19 | 1 | -4/+9 |
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+8 |
* | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -0/+7 |
* | More coherent diagnostic attempting to assign to a member of a const object r... | Fariborz Jahanian | 2011-03-26 | 1 | -1/+5 |
* | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -1/+1 |
* | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -7/+14 |
* | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -0/+1 |
* | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall | 2011-02-09 | 1 | -0/+1 |
* | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+1 |
* | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -0/+1 |
* | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor | 2011-01-03 | 1 | -0/+3 |
* | Microsoft's __uuidof operator returns a lvalue. | Francois Pichet | 2010-12-17 | 1 | -1/+1 |