summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Try contextually converting condition of constexpr if to Boolean valueIsmail Pazarbasi2016-09-071-0/+5
* Fix clang's handling of the copy performed in the second phase of classRichard Smith2016-09-073-7/+7
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-3110-56/+240
* DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith2016-08-313-29/+23
* Don't diagnoes a mismatch between implicit and explicit exceptionRichard Smith2016-08-312-3/+18
* Fix mishandling of deletedness for assignment operators of classes withRichard Smith2016-08-311-1/+2
* PR28978: If we need overload resolution for the move constructor of anRichard Smith2016-08-161-0/+12
* [C++1z] Fix crash when decomposing structs with anonymous members.Benjamin Kramer2016-08-121-0/+19
* P0217R3: Constant expression evaluation for decomposition declarations.Richard Smith2016-08-123-3/+41
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-113-0/+398
* Push alias-declarations and alias-template declarations into scope even ifRichard Smith2016-07-153-5/+5
* [Sema] Fix a bug where pack expansion was not expanded in type aliasErik Pilkington2016-07-051-0/+32
* [Sema] Implement C++14's DR1579: Prefer returning by converting move constructorErik Pilkington2016-06-301-0/+56
* Mark inheriting constructors as deleted if the corresponding defaulted defaultRichard Smith2016-06-292-15/+15
* [Sema] Disallow ambigious base classes in template argument deductionErik Pilkington2016-06-281-0/+13
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-2818-136/+744
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-258-6/+92
* Using for attributes voted into C++17.Richard Smith2016-06-241-0/+16
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-232-0/+184
* Add test for DR1359.Richard Smith2016-06-131-0/+16
* Fix recognition of shadowed template parameterSerge Pavlov2016-06-101-5/+16
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-141-2/+2
* Add support for derived class special members hiding functions brought in fromRichard Smith2016-05-131-0/+32
* Add forgotten test from r268594.Richard Smith2016-05-051-0/+4
* Add a FixItHint for the new diagnostic for a non-class-scope using-declaratio...Richard Smith2016-05-051-0/+27
* Fix implementation of C++'s restrictions on using-declarations referring to e...Richard Smith2016-05-054-50/+85
* [Parser] Clear the TemplateParamScope bit of the current scope's flagAkira Hatanaka2016-04-292-1/+5
* When deducing template parameters from base classes of an argument type, don'tRichard Smith2016-04-251-0/+14
* Revert the bool portion of r267054Richard Trieu2016-04-221-2/+2
* Split interesting warnings off from -Wfloat-conversionRichard Trieu2016-04-211-2/+2
* [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-201-1/+1
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+1
* Lit C++11 Compatibility Patch #8Charles Li2016-04-148-41/+247
* Lit C++11 Compatibility Patch #7Charles Li2016-04-135-49/+272
* [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TSNathan Wilson2016-04-091-0/+18
* Diagnose template alias declarations in local classes.Richard Smith2016-04-061-1/+3
* Paper over the Windows-only enum initialization test failure until the bug is...Reid Kleckner2016-03-281-1/+2
* P0138R2: Allow direct-list-initialization of an enumeration from an integralRichard Smith2016-03-281-0/+127
* Make SemaAccess smarter about determining when a dependent class mightRichard Smith2016-03-231-3/+16
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-0/+22
* P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith2016-03-201-4/+11
* Implement support for [[maybe_unused]] in C++1z that is based off existing su...Aaron Ballman2016-03-094-0/+56
* Readd testcase accidentally removed in r262888.Richard Smith2016-03-091-0/+2
* P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...Richard Smith2016-03-082-81/+124
* Silence duplicate diagnostics because parsing of a standards-based attribute ...Aaron Ballman2016-03-081-0/+8
* Move [[nodiscard]] tests into test/CXX tree.Richard Smith2016-03-082-0/+46
* Add accidentally forgotten testcase from r262881.Richard Smith2016-03-081-0/+70
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-281-0/+4
* Implement the likely resolution of core issue 253.Nico Weber2016-02-193-5/+6
* Improve diagnostics for ill-formed literal operator declarations.Richard Smith2016-02-172-7/+7
OpenPOWER on IntegriCloud