Age | Commit message (Expand) | Author | Files | Lines |
2017-06-15 | [coroutines] Allow co_await and co_yield expressions that return an lvalue to... | Eric Fiselier | 1 | -2/+2 |
2017-04-11 | [OpenCL] Map default address space to alloca address space | Yaxun Liu | 1 | -1/+2 |
2017-03-06 | [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. | Eric Fiselier | 1 | -0/+1 |
2016-12-12 | Add two new AST nodes to represent initialization of an array in terms of | Richard Smith | 1 | -0/+2 |
2016-12-05 | DR1213: element access on an array xvalue or prvalue produces an xvalue. In the | Richard Smith | 1 | -5/+13 |
2016-08-11 | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 1 | -0/+1 |
2016-07-16 | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 1 | -0/+1 |
2016-06-28 | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 1 | -0/+1 |
2015-11-25 | [MSVC] 'property' with an empty array in array subscript expression. | Alexey Bataev | 1 | -0/+1 |
2015-10-27 | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 1 | -0/+4 |
2015-08-25 | [OPENMP 4.0] Initial support for array sections. | Alexey Bataev | 1 | -0/+1 |
2015-06-10 | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 1 | -0/+2 |
2015-05-22 | Fix assertion when assigning to object in OpenCL constant address space. | Richard Smith | 1 | -1/+2 |
2015-02-25 | Sema: Parenthesized bound destructor member expressions can be called | David Majnemer | 1 | -1/+1 |
2015-02-24 | MS extensions: Properly diagnose address of MS property decl | Reid Kleckner | 1 | -3/+4 |
2015-01-04 | AST: Remove overzealous assertion from IsModifiable | David Majnemer | 1 | -6/+1 |
2014-11-08 | [c++1z] N4295: fold-expressions. | Richard Smith | 1 | -0/+1 |
2014-10-27 | Add the initial TypoExpr AST node for delayed typo correction. | Kaelyn Takata | 1 | -1/+2 |
2014-05-12 | [C++11] Use 'nullptr'. AST edition. | Craig Topper | 1 | -3/+4 |
2014-01-27 | PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and a | Richard Smith | 1 | -3/+14 |
2014-01-25 | Rename getResultType() on function and method declarations to getReturnType() | Alp Toker | 1 | -1/+1 |
2014-01-01 | Eliminate UnaryTypeTraitExpr | Alp Toker | 1 | -1/+0 |
2013-12-13 | Eliminate BinaryTypeTraitExpr | Alp Toker | 1 | -1/+0 |
2013-11-14 | [OpenCL] Make sure we put string literals in the constant address space. | Joey Gouly | 1 | -0/+2 |
2013-09-18 | Add the intrinsic __builtin_convertvector | Hal Finkel | 1 | -0/+1 |
2013-07-20 | Make IgnoreParens() look through ChooseExprs. | Eli Friedman | 1 | -1/+1 |
2013-06-17 | Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. | Eli Friedman | 1 | -2/+5 |
2013-06-12 | PR12086, PR15117 | Richard Smith | 1 | -0/+1 |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith | 1 | -0/+4 |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall | 1 | -0/+1 |
2013-02-02 | Correctly classify T{} as an array temporary if T is an array of class type w... | Richard Smith | 1 | -15/+14 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -4/+4 |
2012-09-12 | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith | 1 | -0/+1 |
2012-06-04 | Add a warning for when an array-to-pointer decay is performed on an array | Richard Smith | 1 | -4/+19 |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 1 | -1/+1 |
2012-03-13 | Alternate fix to PR12248: put Sema in charge of special-casing | John McCall | 1 | -12/+1 |
2012-03-12 | Make sure we treat variables captured by reference in lambda as modifiable lv... | Eli Friedman | 1 | -13/+12 |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 1 | -10/+10 |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 1 | -5/+5 |
2012-03-07 | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 1 | -0/+1 |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 1 | -0/+5 |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor | 1 | -0/+1 |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor | 1 | -0/+1 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -3/+0 |
2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 1 | -1/+1 |
2011-11-27 | Reference initialization with initializer lists. | Sebastian Redl | 1 | -12/+22 |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall | 1 | -0/+5 |
2011-10-18 | Macro metaprogramming for builtin types. | John McCall | 1 | -2/+4 |
2011-10-11 | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 1 | -0/+1 |
2011-08-30 | Declare and define implicit move constructor and assignment operator. | Sebastian Redl | 1 | -1/+1 |