| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-Reinstate 347294 with a fix for the failures. | Bill Wendling | 2018-11-21 | 1 | -2/+3 |
| * | Revert r347364 again, the fix was incomplete. | Nico Weber | 2018-11-21 | 1 | -3/+2 |
| * | Reinstate 347294 with a fix for the failures. | Bill Wendling | 2018-11-20 | 1 | -2/+3 |
| * | [Sema] Fix PR38987: keep end location of a direct initializer list | Vedant Kumar | 2018-11-19 | 1 | -1/+4 |
| * | [OpenCL] Enable address spaces for references in C++ | Anastasia Stulova | 2018-11-16 | 1 | -12/+19 |
| * | [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode. | Richard Smith | 2018-11-14 | 1 | -1/+2 |
| * | Compound literals, enums, et al require const expr | Bill Wendling | 2018-11-09 | 1 | -1/+2 |
| * | [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension | Andrew Savonichev | 2018-11-08 | 1 | -4/+31 |
| * | Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima... | Andrew Savonichev | 2018-11-07 | 1 | -31/+4 |
| * | [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension | Andrew Savonichev | 2018-11-07 | 1 | -4/+31 |
| * | Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue... | Richard Smith | 2018-11-03 | 1 | -7/+3 |
| * | Create ConstantExpr class | Bill Wendling | 2018-10-31 | 1 | -4/+4 |
| * | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 2018-10-30 | 1 | -1/+1 |
| * | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2018-10-30 | 1 | -3/+7 |
| * | [OpenCL][NFC] Unify ZeroToOCL* cast types | Andrew Savonichev | 2018-10-23 | 1 | -65/+32 |
| * | Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC | Fangrui Song | 2018-10-20 | 1 | -1/+1 |
| * | PR24164, PR39336: init-captures are not distinct full-expressions. | Richard Smith | 2018-10-19 | 1 | -0/+14 |
| * | Handle dependent class template names in class template argument | Richard Smith | 2018-09-28 | 1 | -1/+4 |
| * | P1008R1 Classes with user-declared constructors are never aggregates in | Richard Smith | 2018-09-26 | 1 | -3/+32 |
| * | Enhance -Wc++14-compat for class template argument deduction to list the | Richard Smith | 2018-09-10 | 1 | -6/+11 |
| * | [Sema] Check that the destructor for each element of class type is | Akira Hatanaka | 2018-09-07 | 1 | -1/+78 |
| * | Add missing -Wc++11-compat / -Wc++14-compat warnings for: | Richard Smith | 2018-08-30 | 1 | -0/+4 |
| * | Model type attributes as regular Attrs. | Richard Smith | 2018-08-20 | 1 | -1/+1 |
| * | Don't warn on returning the address of a label from a statement expression | Reid Kleckner | 2018-08-17 | 1 | -0/+4 |
| * | Revert r339623 "Model type attributes as regular Attrs." | Reid Kleckner | 2018-08-14 | 1 | -1/+1 |
| * | Model type attributes as regular Attrs. | Richard Smith | 2018-08-13 | 1 | -1/+1 |
| * | Port getLocEnd -> getEndLoc | Stephen Kelly | 2018-08-09 | 1 | -31/+30 |
| * | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -158/+140 |
| * | Work around more GCC miscompiles exposed by r338464. | Martin Storsjo | 2018-08-02 | 1 | -1/+5 |
| * | Avoid exposing name for range-based for '__range' variables in lifetime warni... | Richard Smith | 2018-08-01 | 1 | -3/+5 |
| * | [P0936R0] add [[clang::lifetimebound]] attribute | Richard Smith | 2018-08-01 | 1 | -74/+157 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -29/+29 |
| * | PR38355 Prevent infinite recursion when checking initializer lifetime if | Richard Smith | 2018-07-30 | 1 | -1/+2 |
| * | Add missing temporary materialization conversion on left-hand side of . | Richard Smith | 2018-07-27 | 1 | -10/+0 |
| * | [Sema] Fix a crash by completing a type before using it | Erik Pilkington | 2018-07-26 | 1 | -0/+1 |
| * | Fix unused variable warnings; NFC | George Burgess IV | 2018-07-24 | 1 | -2/+2 |
| * | Warn if a local variable's initializer retains a pointer/reference to a | Richard Smith | 2018-07-24 | 1 | -73/+37 |
| * | Support lifetime-extension of conditional temporaries. | Richard Smith | 2018-07-23 | 1 | -8/+1 |
| * | Do not try to perform lifetime-extension through conditional | Richard Smith | 2018-07-23 | 1 | -20/+39 |
| * | Fold -Wreturn-stack-address into general initialization lifetime | Richard Smith | 2018-07-23 | 1 | -118/+318 |
| * | Separate out the initialization kind for a statement expression result | Richard Smith | 2018-07-23 | 1 | -1/+23 |
| * | Fold dangling-field warning into general initialization lifetime checks. | Richard Smith | 2018-07-23 | 1 | -85/+177 |
| * | Revert "Fold dangling-field warning into general initialization lifetime chec... | Ilya Biryukov | 2018-07-23 | 1 | -170/+82 |
| * | Fold dangling-field warning into general initialization lifetime checks. | Richard Smith | 2018-07-20 | 1 | -82/+170 |
| * | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -104/+266 |
| * | Temporarily revert r337226 "Restructure checking for, and warning on, lifetim... | Florian Hahn | 2018-07-17 | 1 | -266/+104 |
| * | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -104/+266 |
| * | [C++11] Fix warning when dropping cv-qualifiers when assigning to a reference... | Nicolas Lesser | 2018-07-12 | 1 | -16/+29 |
| * | Per C++ [over.match.copy]p1, direct-initialization of a reference can | Richard Smith | 2018-07-02 | 1 | -4/+6 |
| * | Simplify. No behavior change. | Nico Weber | 2018-06-20 | 1 | -7/+1 |