summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/drs/dr0xx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing diagnostic for explicit instantiation declarations namingRichard Smith2019-04-261-4/+3
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-241-3/+4
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-231-4/+3
* PR40329: [adl] Fix determination of associated classes when searching aRichard Smith2019-01-161-0/+30
* Related to PR37768: improve diagnostics for class name shadowing.Richard Smith2018-06-201-3/+2
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-2/+2
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-10/+10
* Update C++ status pages for Clang 4 branch:Richard Smith2017-01-131-1/+1
* Add tests for a couple more DRs.Richard Smith2016-12-091-1/+1
* [c++1z] P0003R5: Removing dynamic exception specifications.Richard Smith2016-12-081-8/+8
* [c++17] P0135R1: Guaranteed copy elision.Richard Smith2016-12-061-15/+33
* Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith2016-10-261-1/+1
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-221-3/+9
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-12/+43
* PR25890: Fix incoherent error handling in PerformImplicitConversion andRichard Smith2016-10-061-3/+2
* Fix clang's handling of the copy performed in the second phase of classRichard Smith2016-09-071-3/+3
* Update tests touched by r249656David Majnemer2015-10-081-3/+3
* Update cxx_dr_status to latest issues list.Richard Smith2015-05-141-1/+1
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-1/+1
* PR6037Nathan Sidwell2015-01-191-1/+1
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-261-5/+20
* PR21327 / C++ DR1652 / C++ DR73: comparing a past-the-end pointer for oneRichard Smith2014-10-211-1/+1
* Run DR tests in C++17 mode too.Richard Smith2014-09-281-1/+2
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-4/+4
* Improve diagnostic on default-initializing const variables (PR20208).Nico Weber2014-07-231-1/+1
* Revert "Fix the undefined-but-used odr-use marker (DR48)"Alp Toker2014-06-011-3/+4
* Fix the undefined-but-used odr-use marker (DR48)Alp Toker2014-06-011-4/+3
* More tests for DR1.Richard Smith2014-04-011-2/+18
* Add tests for newly-resolved core issues <= 370.Richard Smith2014-03-041-0/+31
* Implement DR577David Majnemer2014-02-191-4/+1
* Implement DR329. We already did the right thing here in C++98 mode, but r104014Richard Smith2014-02-031-12/+4
* Provide better diagnostic wording for initializers on staticHans Wennborg2013-11-211-3/+2
* Tests for core issue 241-250.Richard Smith2013-11-171-1/+1
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-10/+7
* Sema: Diagnose explicitly bound unresolved member expressions decaying into p...David Majnemer2013-08-011-0/+1
* Implement DR21David Majnemer2013-06-251-4/+3
* Revert r184401 which reverted r183462.David Majnemer2013-06-221-3/+6
* Add a regression test for PR16370 next to the dr7 test case since theyChandler Carruth2013-06-201-0/+12
* Temporarily revert r183462: "Implement DR7"Chandler Carruth2013-06-201-6/+3
* DR14, DR101, and part of DR1: fix handling of extern "C" declarations inRichard Smith2013-06-181-16/+13
* Add testcase for DR39 from PR5916.Richard Smith2013-06-161-0/+12
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-1/+1
* Implement DR61: Address of ambiguous bound methods should be disallowedDavid Majnemer2013-06-111-3/+2
* Implement DR85: Redeclaration of member is forbiddenDavid Majnemer2013-06-111-7/+23
* Implement DR7David Majnemer2013-06-061-3/+6
* Tests and status for DR51-99.Richard Smith2013-05-261-10/+510
* Tests and status for core issues 1-50.Richard Smith2013-05-191-0/+504
OpenPOWER on IntegriCloud