| Commit message (Expand) | Author | Age | Files | Lines |
| * | p0012: Teach resolving address of overloaded function with dependent exception | Richard Smith | 2016-11-01 | 1 | -6/+23 |
| * | Make a function static. NFC. | George Burgess IV | 2016-10-28 | 1 | -4/+3 |
| * | [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for | Richard Smith | 2016-10-22 | 1 | -0/+10 |
| * | Remove unnecessary distinction between Ref_Compatible and | Richard Smith | 2016-10-21 | 1 | -8/+5 |
| * | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 1 | -17/+15 |
| * | Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ... | Renato Golin | 2016-10-21 | 1 | -15/+17 |
| * | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 1 | -17/+15 |
| * | Re-commit r284753, reverted in r284778, with a fix for PR30749. | Richard Smith | 2016-10-20 | 1 | -25/+29 |
| * | Revert r284753 "[c++1z] Teach composite pointer type computation how to compu... | Hans Wennborg | 2016-10-20 | 1 | -29/+25 |
| * | [c++1z] Teach composite pointer type computation how to compute the composite | Richard Smith | 2016-10-20 | 1 | -25/+29 |
| * | Fix crash on noreturn conversion in unprototyped function type. Thanks to Keith | Richard Smith | 2016-10-20 | 1 | -2/+2 |
| * | Resolve exception specifications when selecting an overloaded operator. | Richard Smith | 2016-10-19 | 1 | -0/+2 |
| * | DR1330: instantiate exception-specifications when "needed". We previously did | Richard Smith | 2016-10-18 | 1 | -0/+7 |
| * | P0012R1: Make exception specifications be part of the type system. This | Richard Smith | 2016-10-16 | 1 | -14/+54 |
| * | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -5/+6 |
| * | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -6/+5 |
| * | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -5/+6 |
| * | PR25890: Fix incoherent error handling in PerformImplicitConversion and | Richard Smith | 2016-10-06 | 1 | -1/+2 |
| * | [CUDA] Clean up some comments in Sema::IsOverload. NFC | Justin Lebar | 2016-10-03 | 1 | -7/+7 |
| * | [CUDA] Disallow overloading destructors. | Justin Lebar | 2016-10-03 | 1 | -0/+5 |
| * | [Sema] Compare bad conversions in overload resolution. | George Burgess IV | 2016-09-07 | 1 | -3/+30 |
| * | Try contextually converting condition of constexpr if to Boolean value | Ismail Pazarbasi | 2016-09-07 | 1 | -5/+11 |
| * | [Sema] Fix how we set implicit conversion kinds. | George Burgess IV | 2016-09-03 | 1 | -9/+15 |
| * | [Sema] Relax overloading restrictions in C. | George Burgess IV | 2016-09-02 | 1 | -15/+38 |
| * | Based on post-commit feedback over IRC with dblaikie, ideally, we should have... | Aaron Ballman | 2016-09-02 | 1 | -2/+2 |
| * | Allow a C11 generic selection expression to select a function with the overlo... | Aaron Ballman | 2016-09-02 | 1 | -0/+25 |
| * | [CUDA] Raise an error if a wrong-side call is codegen'ed. | Justin Lebar | 2016-08-15 | 1 | -13/+0 |
| * | [Sema] Fix the wording of a comment. NFC. | George Burgess IV | 2016-08-12 | 1 | -1/+1 |
| * | [Sema] Fix a crash on variadic enable_if functions. | George Burgess IV | 2016-08-12 | 1 | -1/+5 |
| * | [CUDA] Print a "previous-decl" note when calling an illegal member fn. | Justin Lebar | 2016-08-10 | 1 | -0/+1 |
| * | [CUDA] Rename CheckCUDATarget to IsAllowedCUDACall. NFC | Justin Lebar | 2016-08-10 | 1 | -4/+4 |
| * | [CUDA] Minor comment nits. | Justin Lebar | 2016-08-10 | 1 | -2/+2 |
| * | [Sema] Replace mem_fn with lambdas. NFC. | George Burgess IV | 2016-07-24 | 1 | -4/+6 |
| * | 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 |