| Commit message (Expand) | Author | Age | Files | Lines |
* | [Parse] Allow 'constexpr' in condition declarations | Meador Inge | 2015-06-25 | 1 | -0/+29 |
* | Update clang to take into account the changes to personality fns | David Majnemer | 2015-06-17 | 2 | -2/+2 |
* | [Sema] Don't crash on out-of-line virtual constexpr functions | David Majnemer | 2015-05-22 | 1 | -0/+4 |
* | PR20073: promote "dereference of 'void*'" from Extension to ExtWarn. | Richard Smith | 2015-05-19 | 1 | -1/+1 |
* | Fix typo from r237482. "to reference of type" --> "to reference to type" | Richard Trieu | 2015-05-16 | 3 | -10/+10 |
* | When emitting a dropped qualifier error, show which qualifiers are dropped. | Richard Trieu | 2015-05-16 | 4 | -13/+13 |
* | Reverse the order of types in the reference dropping qualifiers error. | Richard Trieu | 2015-05-15 | 3 | -10/+10 |
* | DR295: cv-qualifiers on function types are ignored in C++. | Richard Smith | 2015-05-14 | 1 | -5/+10 |
* | Update cxx_dr_status to latest issues list. | Richard Smith | 2015-05-14 | 1 | -1/+1 |
* | PR23334: Perform semantic checking of lambda capture initialization in the ri... | Richard Smith | 2015-04-27 | 2 | -6/+6 |
* | [Sema] Don't crash if array bound calculation overflowed constexpr array | David Majnemer | 2015-04-18 | 1 | -0/+2 |
* | Move fixit for const init from note to diag, weaken to warning in MS mode. | Nico Weber | 2015-04-17 | 5 | -10/+10 |
* | Improve the error message for assigning to read-only variables. | Richard Trieu | 2015-04-11 | 1 | -2/+2 |
* | Generate a diagnostic when a catch handler cannot execute due to class hierar... | Aaron Ballman | 2015-04-08 | 1 | -2/+2 |
* | Unify warnings/errors from "maybe you meant" to "did you mean". | Eric Christopher | 2015-04-02 | 1 | -2/+2 |
* | Mark DR777 only as fixed in clang SVN. | Benjamin Kramer | 2015-03-27 | 1 | -1/+1 |
* | [Sema] Implement DR777 | Benjamin Kramer | 2015-03-27 | 1 | -0/+20 |
* | [Sema] Diagnose default argument on a parameter pack. | Benjamin Kramer | 2015-03-27 | 1 | -0/+3 |
* | C++14: Disable sized deallocation by default due to ABI breakage | Reid Kleckner | 2015-03-20 | 1 | -1/+1 |
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 2 | -13/+13 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -1/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -0/+1 |
* | PR22435: Correctly implement tiebreaker for reference ordering in function | Richard Smith | 2015-02-20 | 1 | -1/+22 |
* | FIX PR 18432, default args, friends & late-parsed members. | Nathan Sidwell | 2015-02-19 | 1 | -0/+19 |
* | Mark DR1940 as implemented | David Majnemer | 2015-02-19 | 1 | -0/+9 |
* | Mark DR1947 as implemented | David Majnemer | 2015-02-19 | 1 | -0/+8 |
* | Mark DR1948 as implemented | David Majnemer | 2015-02-19 | 1 | -0/+6 |
* | Mark DR1994 as a duplicate of DR529 | David Majnemer | 2015-02-19 | 1 | -0/+2 |
* | Mark DR1968 as implemented | David Majnemer | 2015-02-19 | 1 | -0/+8 |
* | PR22566: a conversion from a floating-point type to bool is a narrowing conve... | Richard Smith | 2015-02-19 | 1 | -0/+3 |
* | Sema: Allow 'constexpr' variables in range loops | Meador Inge | 2015-02-18 | 1 | -1/+13 |
* | Revert r229543. | Meador Inge | 2015-02-17 | 1 | -1/+1 |
* | Sema: Allow 'constexpr' variables in range loops | Meador Inge | 2015-02-17 | 1 | -1/+1 |
* | DR1467: If aggregate initialization encounters an initializer list for which | Richard Smith | 2015-02-16 | 1 | -0/+7 |
* | Partial revert of r229336; this wasn't intended to go in. | Aaron Ballman | 2015-02-15 | 1 | -2/+2 |
* | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -2/+2 |
* | Remove trailing whitespace to make test compatible with typeless pointer migr... | David Blaikie | 2015-02-15 | 1 | -1/+1 |
* | Update cxx_dr_status to cover dr1748 and add test. | Richard Smith | 2015-02-14 | 1 | -0/+35 |
* | More for DR1467: In C++, when initializing an element of an aggregate, | Richard Smith | 2015-02-12 | 1 | -0/+3 |
* | Improve the "braces around scalar init" warning to determine whether to warn | Richard Smith | 2015-02-12 | 1 | -1/+1 |
* | Add a warning for direct-list-initialization of a variable with a deduced type | Richard Smith | 2015-02-11 | 1 | -2/+2 |
* | PR22465: when performing list-initialization for a class type C, if we see an | Richard Smith | 2015-02-05 | 1 | -0/+10 |
* | Code cleanup | Nathan Sidwell | 2015-01-30 | 1 | -0/+1 |
* | PR 17456 | Nathan Sidwell | 2015-01-28 | 1 | -1/+1 |
* | Re-arrange DR test cases, and update DR status page. | Larisse Voufo | 2015-01-28 | 4 | -146/+170 |
* | Implement the remaining portion of DR1467 from r227022. I may have overlooked... | Larisse Voufo | 2015-01-27 | 2 | -11/+135 |
* | DR1902: if overload resolution recurses, and the inner overload resolution | Richard Smith | 2015-01-27 | 1 | -0/+38 |
* | Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed(). | Nico Weber | 2015-01-26 | 1 | -0/+7 |
* | First steps in implementing DR1467: List-initialization of aggregate from sam... | Larisse Voufo | 2015-01-24 | 1 | -0/+123 |
* | Emit DeferredDeclsToEmit in a DFS order. | Rafael Espindola | 2015-01-22 | 2 | -9/+9 |