summaryrefslogtreecommitdiff
path: root/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-222-9/+9
* AST: Don't ignore alignas on EnumDecls when calculating alignmentDavid Majnemer2015-01-211-0/+6
* PR6037Nathan Sidwell2015-01-194-4/+4
* Update error message text.Serge Pavlov2015-01-183-4/+4
* Don't crash if a declarator in a friend decl doesn't have a name.Nico Weber2015-01-161-0/+4
* PR22208: On FreeBSD systems, __STDC_MB_MIGHT_NEQ_WC__ is expected to be definedRichard Smith2015-01-131-0/+2
* Don't crash on an invalid trailing return type on a function before a '...'Nico Weber2014-12-301-0/+4
* Parse: Recover more gracefully from extra :: tokens before a {David Majnemer2014-12-291-0/+2
* Parse: Ignore '::' in 'struct :: {'David Majnemer2014-12-291-1/+0
* Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer2014-12-291-0/+3
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-233-3/+3
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-192-5/+20
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-1/+1
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-173-3/+3
* Sema: Don't dyn_cast a null pointer in CheckUsingDeclQualifierDavid Majnemer2014-12-171-0/+5
* Add missing testcase from r224388.Richard Smith2014-12-171-0/+19
* DR1684: a constexpr member function need not be a member of a literal class t...Richard Smith2014-12-166-15/+14
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-3/+7
* Diagnose function template definitions inside functionsReid Kleckner2014-12-151-1/+1
* DR1891, PR21787: a lambda closure type has no default constructor, rather thanRichard Smith2014-12-103-5/+29
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-265-19/+43
* Delay checking overrides for exception specifications if the overriddenRichard Smith2014-11-221-0/+15
* PR21531: fix crash on invalid with unexpanded pack in case value.Richard Smith2014-11-201-0/+1
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-172-6/+6
* [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...Aaron Ballman2014-11-141-2/+1
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-133-9/+38
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-1/+8
* First half of CWG1962: decltype(__func__) should not be a reference type,Richard Smith2014-11-111-0/+18
* [c++1z] Implement nested-namespace-definitions.Richard Smith2014-11-081-2/+8
* PR21327 / C++ DR1652 / C++ DR73: comparing a past-the-end pointer for oneRichard Smith2014-10-211-1/+1
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-8/+1
* Towards PR21289: don't lose track of unexpanded parameter packs withRichard Smith2014-10-171-0/+14
* Per comments on PR12350, move DR244 back from 'done' to 'partial' and add tes...Richard Smith2014-10-171-1/+23
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-1/+8
* PR21180: Lambda closure types are neither aggregates nor literal types.Richard Smith2014-10-072-1/+6
* Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko2014-10-031-4/+4
* Patch to warn if 'override' is missingFariborz Jahanian2014-10-021-4/+4
* Tests for DR600-640.Richard Smith2014-09-291-0/+347
* Fix "unsupported friend" diagnostic to also appear for friend functions with ...Richard Smith2014-09-291-4/+4
* Run DR tests in C++17 mode too.Richard Smith2014-09-2812-12/+24
* Don't perform ADL when looking up operator=; there is no non-member form ofRichard Smith2014-09-231-4/+4
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-8/+1
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-181-1/+1
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-1/+8
* Tests for DR581-600.Richard Smith2014-09-151-0/+140
* Tests for DR573-580.Richard Smith2014-09-111-0/+126
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-067-12/+12
* clang/test/CXX/drs/dr5xx.cpp: Fix up assumption of thiscall. It affects not x...NAKAMURA Takumi2014-09-051-2/+2
* Remove suppression of dr547 test and instead test that deduction succeeds if weRichard Smith2014-09-051-6/+14
* clang/test/CXX/drs/dr5xx.cpp: Suppress dr547 also for MinGWHans Wennborg2014-09-041-1/+2