summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* [Parse] Allow 'constexpr' in condition declarationsMeador Inge2015-06-251-0/+29
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-172-2/+2
* [Sema] Don't crash on out-of-line virtual constexpr functionsDavid Majnemer2015-05-221-0/+4
* PR20073: promote "dereference of 'void*'" from Extension to ExtWarn.Richard Smith2015-05-191-1/+1
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-163-10/+10
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-164-13/+13
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-153-10/+10
* DR295: cv-qualifiers on function types are ignored in C++.Richard Smith2015-05-141-5/+10
* Update cxx_dr_status to latest issues list.Richard Smith2015-05-141-1/+1
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-272-6/+6
* [Sema] Don't crash if array bound calculation overflowed constexpr arrayDavid Majnemer2015-04-181-0/+2
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-175-10/+10
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-2/+2
* Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman2015-04-081-2/+2
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-021-2/+2
* Mark DR777 only as fixed in clang SVN.Benjamin Kramer2015-03-271-1/+1
* [Sema] Implement DR777Benjamin Kramer2015-03-271-0/+20
* [Sema] Diagnose default argument on a parameter pack.Benjamin Kramer2015-03-271-0/+3
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-272-13/+13
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+1
* PR22435: Correctly implement tiebreaker for reference ordering in functionRichard Smith2015-02-201-1/+22
* FIX PR 18432, default args, friends & late-parsed members.Nathan Sidwell2015-02-191-0/+19
* Mark DR1940 as implementedDavid Majnemer2015-02-191-0/+9
* Mark DR1947 as implementedDavid Majnemer2015-02-191-0/+8
* Mark DR1948 as implementedDavid Majnemer2015-02-191-0/+6
* Mark DR1994 as a duplicate of DR529David Majnemer2015-02-191-0/+2
* Mark DR1968 as implementedDavid Majnemer2015-02-191-0/+8
* PR22566: a conversion from a floating-point type to bool is a narrowing conve...Richard Smith2015-02-191-0/+3
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-181-1/+13
* Revert r229543.Meador Inge2015-02-171-1/+1
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-171-1/+1
* DR1467: If aggregate initialization encounters an initializer list for whichRichard Smith2015-02-161-0/+7
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-151-2/+2
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-2/+2
* Remove trailing whitespace to make test compatible with typeless pointer migr...David Blaikie2015-02-151-1/+1
* Update cxx_dr_status to cover dr1748 and add test.Richard Smith2015-02-141-0/+35
* More for DR1467: In C++, when initializing an element of an aggregate,Richard Smith2015-02-121-0/+3
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-121-1/+1
* Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith2015-02-111-2/+2
* PR22465: when performing list-initialization for a class type C, if we see anRichard Smith2015-02-051-0/+10
* Code cleanupNathan Sidwell2015-01-301-0/+1
* PR 17456Nathan Sidwell2015-01-281-1/+1
* Re-arrange DR test cases, and update DR status page.Larisse Voufo2015-01-284-146/+170
* Implement the remaining portion of DR1467 from r227022. I may have overlooked...Larisse Voufo2015-01-272-11/+135
* DR1902: if overload resolution recurses, and the inner overload resolutionRichard Smith2015-01-271-0/+38
* Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber2015-01-261-0/+7
* First steps in implementing DR1467: List-initialization of aggregate from sam...Larisse Voufo2015-01-241-0/+123
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-222-9/+9
OpenPOWER on IntegriCloud