| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Sema] Improved diagnostic for qualifiers in reference binding | Anastasia Stulova | 2019-06-21 | 1 | -1/+2 |
* | [Sema] Diagnose addr space mismatch while constructing objects | Anastasia Stulova | 2019-06-20 | 1 | -0/+2 |
* | Remove unused SK_LValueToRValue initialization step. | Richard Smith | 2019-06-14 | 1 | -27/+0 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-14 | 1 | -3/+7 |
* | Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340. | Nico Weber | 2019-06-14 | 1 | -0/+23 |
* | Remove unused SK_LValueToRValue initialization step. | Richard Smith | 2019-06-13 | 1 | -27/+0 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-13 | 1 | -3/+7 |
* | PR42220: take into account the possibility of aggregates with base | Richard Smith | 2019-06-12 | 1 | -0/+3 |
* | [Sema] Prevent binding incompatible addr space ref to temporaries | Anastasia Stulova | 2019-06-05 | 1 | -1/+18 |
* | [Sema] Mark array element destructors referenced during initialization | Erik Pilkington | 2019-05-10 | 1 | -29/+41 |
* | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -41/+50 |
* | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -48/+40 |
* | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -40/+48 |
* | SemaOverload: Complete candidates before emitting the error, to ensure diagno... | David Blaikie | 2019-05-03 | 1 | -40/+57 |
* | [PR41276] Fixed incorrect generation of addr space cast for 'this' in C++. | Anastasia Stulova | 2019-04-04 | 1 | -3/+13 |
* | [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba... | Bruno Ricci | 2019-03-25 | 1 | -3/+7 |
* | [Sema] Deduplicate some availability checking logic | Erik Pilkington | 2019-03-20 | 1 | -2/+2 |
* | [PR40778] Add addr space conversion when binding reference to a temporary. | Anastasia Stulova | 2019-03-06 | 1 | -4/+17 |
* | [Sema] Mark GNU compound literal array init as an rvalue. | Eli Friedman | 2019-02-11 | 1 | -7/+33 |
* | [Sema] Make string literal init an rvalue. | Eli Friedman | 2019-02-08 | 1 | -0/+1 |
* | Fix ICE on reference binding with mismatching addr spaces. | Anastasia Stulova | 2019-02-05 | 1 | -10/+14 |
* | Improve diagnostic to tell you a type is incomplete. | Eric Fiselier | 2019-02-01 | 1 | -0/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d... | Eric Fiselier | 2019-01-17 | 1 | -0/+18 |
* | [OpenCL] Set generic addr space of 'this' in special class members. | Anastasia Stulova | 2019-01-14 | 1 | -0/+11 |
* | [AST] Store the arguments of CXXConstructExpr in a trailing array | Bruno Ricci | 2018-12-22 | 1 | -1/+1 |
* | Revert "Add extension to always default-initialize nullptr_t." | Erich Keane | 2018-12-14 | 1 | -7/+0 |
* | Add extension to always default-initialize nullptr_t. | Erich Keane | 2018-12-14 | 1 | -0/+7 |
* | Misc typos fixes in ./lib folder | Raphael Isemann | 2018-12-10 | 1 | -1/+1 |
* | [Sema/Attribute] Check for noderef attribute | Leonard Chan | 2018-12-06 | 1 | -0/+13 |
* | Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures."" | Fangrui Song | 2018-11-30 | 1 | -2/+3 |
* | Revert r347417 "Re-Reinstate 347294 with a fix for the failures." | Fangrui Song | 2018-11-30 | 1 | -3/+2 |
* | Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures." | Hans Wennborg | 2018-11-28 | 1 | -2/+3 |
* | Revert r347417 "Re-Reinstate 347294 with a fix for the failures." | Hans Wennborg | 2018-11-27 | 1 | -3/+2 |
* | 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 |