| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [OpenCL] Enable address spaces for references in C++ | Anastasia Stulova | 2018-11-16 | 1 | -7/+12 |
* | [AST] Store the string data in StringLiteral in a trailing array of chars | Bruno Ricci | 2018-11-15 | 1 | -65/+67 |
* | [AST][NFC] Various NFCs in StringLiteral | Bruno Ricci | 2018-11-15 | 1 | -21/+21 |
* | [AST] Pack MemberExpr | Bruno Ricci | 2018-11-15 | 1 | -2/+3 |
* | [AST] Revert r346793 and r346781 | Bruno Ricci | 2018-11-13 | 1 | -2/+2 |
* | [AST][NFC] Style fixes for UnaryOperator | Bruno Ricci | 2018-11-13 | 1 | -2/+2 |
* | [AST][NFC] Pack DeclRefExpr | Bruno Ricci | 2018-11-13 | 1 | -1/+2 |
* | Compound literals, enums, et al require const expr | Bill Wendling | 2018-11-09 | 1 | -0/+15 |
* | Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue... | Richard Smith | 2018-11-03 | 1 | -5/+0 |
* | Create ConstantExpr class | Bill Wendling | 2018-10-31 | 1 | -0/+5 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2018-10-30 | 1 | -0/+5 |
* | [AST] Refactor PredefinedExpr | Bruno Ricci | 2018-10-27 | 1 | -19/+44 |
* | PR26547: alignof should return ABI alignment, not preferred alignment | Richard Smith | 2018-10-26 | 1 | -1/+1 |
* | [Fixed Point Arithmetic] Fixed Point to Boolean Cast | Leonard Chan | 2018-10-23 | 1 | -0/+1 |
* | [OpenCL][NFC] Unify ZeroToOCL* cast types | Andrew Savonichev | 2018-10-23 | 1 | -2/+1 |
* | PR24164, PR39336: init-captures are not distinct full-expressions. | Richard Smith | 2018-10-19 | 1 | -5/+2 |
* | [Fixed Point Arithmetic] FixedPointCast | Leonard Chan | 2018-10-15 | 1 | -0/+1 |
* | Port getLocEnd -> getEndLoc | Stephen Kelly | 2018-08-09 | 1 | -11/+11 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -17/+17 |
* | Add getEndLoc API to replace getLocEnd | Stephen Kelly | 2018-08-09 | 1 | -6/+6 |
* | Add getBeginLoc API to replace getLocStart | Stephen Kelly | 2018-08-09 | 1 | -6/+6 |
* | [Fixed Point Arithmetic] Fix for FixedPointValueToString | Leonard Chan | 2018-08-06 | 1 | -1/+1 |
* | [AST] CastExpr: BasePathSize is not large enough. | Roman Lebedev | 2018-08-01 | 1 | -4/+27 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -81/+81 |
* | [MS] Add L__FUNCSIG__ for compatibility | Reid Kleckner | 2018-07-26 | 1 | -3/+7 |
* | Don't lifetime-extend or track lifetime problems through the LHS of '->*'. | Richard Smith | 2018-07-24 | 1 | -1/+1 |
* | DR1687: When overload resolution selects a built-in operator, implicit | Richard Smith | 2018-06-27 | 1 | -12/+29 |
* | [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals | Leonard Chan | 2018-06-20 | 1 | -0/+31 |
* | Added atomic_fetch_min, max, umin, umax intrinsics to clang. | Elena Demikhovsky | 2018-05-13 | 1 | -0/+2 |
* | [OpenCL] Add constant address space to __func__ in AST. | Anastasia Stulova | 2018-05-09 | 1 | -1/+2 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -6/+6 |
* | [C++2a] Implement operator<=> CodeGen and ExprConstant | Eric Fiselier | 2018-05-07 | 1 | -2/+2 |
* | [coroutines] Fix unused warning on result of co_yield. | Eric Fiselier | 2018-03-27 | 1 | -1/+2 |
* | Fix unused expression warning in co_await. | Eric Fiselier | 2018-03-27 | 1 | -0/+3 |
* | Remove redundant casts. NFC | George Burgess IV | 2018-03-01 | 1 | -4/+5 |
* | Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ... | Nico Weber | 2018-02-13 | 1 | -0/+12 |
* | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -1/+2 |
* | [c++20] P0515R3: Parsing support and basic AST construction for operator <=>. | Richard Smith | 2017-12-14 | 1 | -0/+2 |
* | [AST] Partially revert r318341 to fix two broken tests on llvm-clang-x86_64-e... | Eugene Zelenko | 2017-11-17 | 1 | -108/+80 |
* | [AST, Sema] Fix some Clang-tidy modernize and Include What You Use warnings; ... | Eugene Zelenko | 2017-11-15 | 1 | -80/+108 |
* | Fix nodiscard for volatile references | Erich Keane | 2017-10-19 | 1 | -1/+2 |
* | [OpenCL] Add LangAS::opencl_private to represent private address space in AST | Yaxun Liu | 2017-10-13 | 1 | -14/+14 |
* | [Sema] Suppress warnings for C's zero initializer | Daniel Marjamaki | 2017-09-29 | 1 | -0/+11 |
* | Remove offset size check in nullptr arithmetic handling | Andrew Kaylor | 2017-09-20 | 1 | -7/+0 |
* | Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc | Andrew Kaylor | 2017-09-19 | 1 | -0/+39 |
* | Allow the target field of a CK_ToUnion to be more easily recovered. | John McCall | 2017-08-15 | 1 | -0/+20 |
* | [OpenCL] Support variable memory scope in atomic builtins | Yaxun Liu | 2017-08-15 | 1 | -17/+16 |
* | Add OpenCL 2.0 atomic builtin functions as Clang builtin | Yaxun Liu | 2017-08-04 | 1 | -5/+26 |
* | Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C... | Stephan Bergmann | 2017-06-27 | 1 | -11/+18 |
* | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-03 | 1 | -0/+2 |