| Commit message (Expand) | Author | Age | Files | Lines |
* | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -1/+12 |
* | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -1/+3 |
* | Add .rgba syntax extension to ext_vector_type types | Pirama Arumuga Nainar | 2016-07-22 | 1 | -2/+5 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
* | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+1 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+7 |
* | Use ranges to concisely express iteration | David Majnemer | 2016-06-23 | 1 | -8/+7 |
* | Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor... | Tim Shen | 2016-06-21 | 1 | -1/+6 |
* | Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary... | Tim Shen | 2016-06-09 | 1 | -6/+1 |
* | [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr. | Tim Shen | 2016-06-09 | 1 | -1/+6 |
* | [AST] Move operations enum to a definition file. | Etienne Bergeron | 2016-05-12 | 1 | -160/+6 |
* | [OPENMP 4.0] Fixed support of array sections/array subscripts. | Alexey Bataev | 2016-02-04 | 1 | -2/+4 |
* | ObjCXX: fix a crash during typo correction. | Manman Ren | 2016-02-02 | 1 | -2/+7 |
* | assert(false) -> llvm_unreachable(). | Davide Italiano | 2016-01-30 | 1 | -1/+1 |
* | [CUDA] Warn undeclared identifiers in CUDA kernel calls | Justin Lebar | 2016-01-14 | 1 | -21/+32 |
* | [Bugfix] Fix ICE on constexpr vector splat. | George Burgess IV | 2016-01-13 | 1 | -0/+3 |
* | [TrailingObjects] Convert remaining classes in Expr.h and ExprCXX.h | James Y Knight | 2015-12-31 | 1 | -15/+10 |
* | [TrailingObjects] Convert CastExpr and subclasses. | James Y Knight | 2015-12-30 | 1 | -18/+13 |
* | [TrailingObjects] Convert OffsetOfExpr. | James Y Knight | 2015-12-29 | 1 | -7/+5 |
* | [TrailingObjects] Convert AST classes that had a ASTTemplateKWAndArgsInfo. | James Y Knight | 2015-12-29 | 1 | -46/+34 |
* | [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic | Anastasia Stulova | 2015-12-11 | 1 | -3/+14 |
* | Reverting r255337 as it seems to kill bots. Needs investigation. | Anastasia Stulova | 2015-12-11 | 1 | -14/+3 |
* | [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic | Anastasia Stulova | 2015-12-11 | 1 | -3/+14 |
* | PR25416: Improve performance of processing inline assembly consisting of many | Richard Smith | 2015-12-10 | 1 | -10/+39 |
* | Explicitly permit undefined behavior in constant initializers for global | Richard Smith | 2015-12-08 | 1 | -1/+4 |
* | [MSVC] 'property' with an empty array in array subscript expression. | Alexey Bataev | 2015-11-25 | 1 | -0/+1 |
* | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -0/+8 |
* | [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause. | Alexey Bataev | 2015-10-08 | 1 | -0/+4 |
* | [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause. | Alexey Bataev | 2015-09-30 | 1 | -0/+23 |
* | Move functions declared in ExprObjC.h into ExprObjC.cpp. | James Y Knight | 2015-09-29 | 1 | -402/+0 |
* | [OPENMP 4.0] Initial support for array sections. | Alexey Bataev | 2015-08-25 | 1 | -0/+1 |
* | Remove and forbid raw_svector_ostream::flush() calls. | Yaron Keren | 2015-08-13 | 1 | -3/+0 |
* | Additional fix for PR14269: Crash on vector elements / global register vars i... | Andrey Bokhanko | 2015-08-03 | 1 | -0/+12 |
* | [CodeGen] Simplify creation of shuffle masks. | Benjamin Kramer | 2015-07-28 | 1 | -1/+1 |
* | [AST] Remove StmtRange in favor of an iterator_range. | Benjamin Kramer | 2015-07-18 | 1 | -2/+2 |
* | [AST] Cleanup ExprIterator. | Benjamin Kramer | 2015-07-18 | 1 | -13/+0 |
* | Fix alignment issues in Clang. | James Y Knight | 2015-07-17 | 1 | -4/+13 |
* | Substitute type arguments into uses of Objective-C interface members. | Douglas Gregor | 2015-07-07 | 1 | -0/+10 |
* | Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)... | Benjamin Kramer | 2015-07-02 | 1 | -4/+4 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 |
* | some StmtExprs do not have side-effects | Scott Douglass | 2015-06-10 | 1 | -1/+29 |
* | add ConstEvaluatedExprVisitor | Scott Douglass | 2015-06-10 | 1 | -14/+14 |
* | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 2015-06-10 | 1 | -0/+27 |
* | Properly implement warn_unused_result checking for classes/structs. | Kaelyn Takata | 2015-04-09 | 1 | -1/+5 |
* | HasSideEffects() should return false for calls to pure and const functions. | Michael Kuperstein | 2015-04-06 | 1 | -3/+11 |
* | Track the source location of the dot or arrow operator in a MemberExpr. | Aaron Ballman | 2015-03-24 | 1 | -12/+8 |
* | Use delegating ctors to reduce code duplication. NFC. | Benjamin Kramer | 2015-03-06 | 1 | -30/+3 |
* | Sema: Parenthesized bound destructor member expressions can be called | David Majnemer | 2015-02-25 | 1 | -10/+15 |
* | [Objctive-C sema]. Do not do the unused-getter-return-value | Fariborz Jahanian | 2015-02-16 | 1 | -3/+1 |