| Commit message (Expand) | Author | Age | Files | Lines |
* | OverloadCandidate::getNumParams - silence static analyzer getAs<FunctionProto... | Simon Pilgrim | 2019-10-03 | 1 | -2/+2 |
* | [NFC] avoid AlignedCharArray in clang | JF Bastien | 2019-07-29 | 1 | -2/+2 |
* | [Sema] Diagnose addr space mismatch while constructing objects | Anastasia Stulova | 2019-06-20 | 1 | -0/+19 |
* | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -0/+5 |
* | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -5/+0 |
* | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -0/+5 |
* | SemaOverload: Complete candidates before emitting the error, to ensure diagno... | David Blaikie | 2019-05-03 | 1 | -6/+16 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [AST] Store "UsesADL" information in CallExpr. | Eric Fiselier | 2018-12-12 | 1 | -3/+10 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -19/+19 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -17/+17 |
* | [C++2a] Implement operator<=> CodeGen and ExprConstant | Eric Fiselier | 2018-05-07 | 1 | -3/+4 |
* | Change ImplicitConverionKind comments to refer to C++ stable names[NFC] | Erich Keane | 2018-03-20 | 1 | -15/+15 |
* | [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 2018-02-21 | 1 | -71/+178 |
* | Implement Attribute Target MultiVersioning | Erich Keane | 2018-01-08 | 1 | -0/+4 |
* | Resolve a defect in C++17 copy omission. | Richard Smith | 2017-09-26 | 1 | -11/+19 |
* | [Sema] Refactor OverloadCandidate::BuiltinTypes. NFC. | George Burgess IV | 2017-06-08 | 1 | -4/+2 |
* | [Sema] Remove unused field from OverloadCandidate. | George Burgess IV | 2017-06-08 | 1 | -3/+2 |
* | [OpenCL] Added implicit conversion rank for overloading functions with vector... | Egor Churaev | 2017-03-21 | 1 | -0/+1 |
* | Change how we handle diagnose_if attributes. | George Burgess IV | 2017-01-28 | 1 | -28/+4 |
* | Implement C++ DR1391 (wg21.link/cwg1391) | Richard Smith | 2017-01-09 | 1 | -20/+41 |
* | Add the diagnose_if attribute to clang. | George Burgess IV | 2017-01-09 | 1 | -21/+59 |
* | Revert r291410 and r291411. | Richard Smith | 2017-01-09 | 1 | -45/+23 |
* | Implement C++ DR1391 (wg21.link/cwg1391) | Richard Smith | 2017-01-09 | 1 | -23/+45 |
* | PR30305: Implement proposed DR resolution to prevent slicing via inherited co... | Richard Smith | 2017-01-08 | 1 | -0/+4 |
* | Revert "DR1391: Check for implicit conversion sequences for non-dependent fun... | Renato Golin | 2017-01-02 | 1 | -45/+23 |
* | DR1391: Check for implicit conversion sequences for non-dependent function | Richard Smith | 2017-01-02 | 1 | -23/+45 |
* | Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope... | Egor Churaev | 2016-12-23 | 1 | -0/+1 |
* | Perform type-checking for a converted constant expression in a template | Richard Smith | 2016-12-21 | 1 | -1/+5 |
* | Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." | Daniel Jasper | 2016-12-20 | 1 | -1/+0 |
* | [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand. | Egor Churaev | 2016-12-20 | 1 | -0/+1 |
* | Recommit r289979 [OpenCL] Allow disabling types and declarations associated w... | Yaxun Liu | 2016-12-18 | 1 | -1/+4 |
* | Revert r289979 due to regressions | Yaxun Liu | 2016-12-16 | 1 | -4/+1 |
* | [OpenCL] Allow disabling types and declarations associated with extensions | Yaxun Liu | 2016-12-16 | 1 | -1/+4 |
* | Re-commit r284753, reverted in r284778, with a fix for PR30749. | Richard Smith | 2016-10-20 | 1 | -1/+2 |
* | Revert r284753 "[c++1z] Teach composite pointer type computation how to compu... | Hans Wennborg | 2016-10-20 | 1 | -2/+1 |
* | [c++1z] Teach composite pointer type computation how to compute the composite | Richard Smith | 2016-10-20 | 1 | -1/+2 |
* | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -2/+3 |
* | P0012R1: Make exception specifications be part of the type system. This | Richard Smith | 2016-10-16 | 1 | -1/+1 |
* | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -1/+3 |
* | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -3/+1 |
* | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -1/+3 |
* | [Sema] Relax overloading restrictions in C. | George Burgess IV | 2016-09-02 | 1 | -1/+5 |
* | Fix for failing bot sanitizer-x86_64-linux-fast after r275970 | Dmitry Polukhin | 2016-07-19 | 1 | -3/+1 |
* | Deprecated (legacy) string literal conversion to 'char *' causes strange over... | Dmitry Polukhin | 2016-07-19 | 1 | -2/+5 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -1/+2 |
* | Use the same underlying type for bitfields | David Majnemer | 2016-06-24 | 1 | -1/+1 |
* | Preserve the FoundDecl when performing overload resolution for constructors. | Richard Smith | 2016-05-11 | 1 | -3/+27 |
* | [Sema] Teach overload resolution about unaddressable functions. | George Burgess IV | 2016-01-07 | 1 | -3/+6 |
* | [Sema] Allow C conversions in C overload logic | George Burgess IV | 2015-10-11 | 1 | -2/+5 |