| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Deprecated (legacy) string literal conversion to 'char *' causes strange over... | Dmitry Polukhin | 2016-07-19 | 1 | -2/+0 |
* | [CUDA] Don't assume that destructors can't be overloaded. | Justin Lebar | 2016-07-12 | 1 | -2/+1 |
* | [MS ABI] Pick an inheritance model if we resolve an overload set | David Majnemer | 2016-06-30 | 1 | -0/+3 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -43/+64 |
* | Use even more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -4/+4 |
* | [Sema] Teach CheckPlaceholderExpr about unaddressable functions. | George Burgess IV | 2016-06-08 | 1 | -0/+30 |
* | Preserve the FoundDecl when performing overload resolution for constructors. | Richard Smith | 2016-05-11 | 1 | -80/+66 |
* | [MSVC] Implementation of __unaligned as a proper type qualifier | Andrey Bokhanko | 2016-05-11 | 1 | -1/+21 |
* | [Sema] Fix value-dependent enable_if bug. | George Burgess IV | 2016-05-11 | 1 | -13/+6 |
* | [Sema] Fix an overload resolution bug with enable_if. | George Burgess IV | 2016-05-10 | 1 | -21/+37 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -7/+23 |
* | Revert r268727, it caused PR27666. | Nico Weber | 2016-05-06 | 1 | -4/+0 |
* | [MSVC] Implementation of __unaligned as a proper type qualifier | Andrey Bokhanko | 2016-05-06 | 1 | -0/+4 |
* | [Sema] Specify the underlying type for an enum. NFC. | George Burgess IV | 2016-04-29 | 1 | -1/+1 |
* | Warn if function or variable cannot be implicitly instantiated | Serge Pavlov | 2016-04-19 | 1 | -5/+2 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -23/+7 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -7/+23 |
* | Remove redundant conditions of the form (A || (!A && B)) -> (A || B) | Benjamin Kramer | 2016-04-11 | 1 | -2/+1 |
* | NFC: simplify code in BuildInstanceMessage. | Manman Ren | 2016-04-07 | 1 | -5/+5 |
* | [CUDA] Make unattributed constexpr functions implicitly host+device. | Justin Lebar | 2016-03-30 | 1 | -2/+2 |
* | [Sema] s/UseUsingDeclRules/UseMemberUsingDeclRules/ | Justin Lebar | 2016-03-30 | 1 | -3/+3 |
* | [CUDA] Remove three obsolete CUDA cc1 flags. | Justin Lebar | 2016-03-29 | 1 | -6/+4 |
* | P0138R2: Allow direct-list-initialization of an enumeration from an integral | Richard Smith | 2016-03-28 | 1 | -0/+7 |
* | Fix nondeterminism in computation of builtin operator overload sets. | Richard Smith | 2016-03-25 | 1 | -3/+4 |
* | [Sema] Allow implicit conversions of &overloaded_fn in C. | George Burgess IV | 2016-03-23 | 1 | -11/+20 |
* | [Sema] Allow casting of some overloaded functions | George Burgess IV | 2016-03-19 | 1 | -1/+37 |
* | Sema: Methods in unavailable classes are unavailable | Duncan P. N. Exon Smith | 2016-03-08 | 1 | -1/+10 |
* | PR5941 - improve diagnostic for * vs & confusion when choosing overload candi... | David Blaikie | 2016-03-04 | 1 | -1/+4 |
* | Generalize the consumed-parameter array on FunctionProtoType | John McCall | 2016-03-01 | 1 | -3/+2 |
* | Minor cleanup of Sema::CheckEnableIf. NFC. | George Burgess IV | 2016-02-24 | 1 | -23/+16 |
* | [CUDA] do not allow attribute-based overloading for __global__ functions. | Artem Belevich | 2016-02-24 | 1 | -1/+4 |
* | Remove use of builtin comma operator. | Richard Trieu | 2016-02-18 | 1 | -2/+4 |
* | [CUDA] Tweak attribute-based overload resolution to match nvcc behavior. | Artem Belevich | 2016-02-12 | 1 | -3/+33 |
* | Make ParentMap work with explicit specializations of function templates. | Nico Weber | 2016-02-08 | 1 | -1/+0 |
* | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
* | Make -Wdelete-non-virtual-dtor warn on explicit `a->~A()` dtor calls too. | Nico Weber | 2016-01-15 | 1 | -0/+11 |
* | [Sema] Suppress diags in overload resolution. | George Burgess IV | 2016-01-13 | 1 | -9/+16 |
* | [Bugfix] Fix ICE on constexpr vector splat. | George Burgess IV | 2016-01-13 | 1 | -0/+1 |
* | [Sema] Teach overload resolution about unaddressable functions. | George Burgess IV | 2016-01-07 | 1 | -1/+25 |
* | Improve diagnostic for the case where a function template candidate is rejected | Richard Smith | 2015-12-31 | 1 | -4/+52 |
* | [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis... | James Y Knight | 2015-12-24 | 1 | -2/+2 |
* | Split RequireCompleteType into a function that actually requires that the type | Richard Smith | 2015-12-18 | 1 | -12/+13 |
* | [modules] Don't try to use the definition of a class if | Richard Smith | 2015-12-18 | 1 | -6/+3 |
* | Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call | Richard Smith | 2015-12-18 | 1 | -59/+61 |
* | [Sema] Use UnaryOperatorKind and BinaryOperatorKind in parameter lists instea... | Craig Topper | 2015-12-10 | 1 | -9/+4 |
* | Add tests for `&enable_if_function` diagnostics. | George Burgess IV | 2015-12-03 | 1 | -1/+0 |
* | Add the `pass_object_size` attribute to clang. | George Burgess IV | 2015-12-02 | 1 | -40/+152 |
* | [modules] Follow the C++ standard's rule for linkage of enumerators: they have | Richard Smith | 2015-11-13 | 1 | -10/+43 |
* | [modules] Generalize the workaround for multiple ambiguous definitions of | Richard Smith | 2015-11-04 | 1 | -26/+39 |
* | [MSVC Compat] Permit conversions from pointer-to-function to pointer-to-objec... | David Majnemer | 2015-10-31 | 1 | -1/+9 |