summaryrefslogtreecommitdiffstats
path: root/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-312-3/+37
* Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch2017-12-311-36/+2
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-2/+36
* Diagnose the various invalid decl-specifiers on nontype template parameters.Faisal Vali2017-12-221-3/+28
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-56/+56
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-56/+56
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-56/+56
* P0620 follow-up: deducing `auto` from braced-init-list in new exprZhihao Yuan2017-12-113-2/+25
* Remove old concepts parsing codeHubert Tong2017-12-071-0/+26
* Preserve the "last diagnostic was suppressed" flag across SFINAE checks.Richard Smith2017-11-301-0/+3
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-262-4/+4
* The offsetof macro is intended to work with subobjects rather than simple ide...Aaron Ballman2017-11-211-4/+4
* [Modules TS] Added module re-export support.Hamza Sood2017-11-211-0/+40
* Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith2017-11-011-0/+1
* [C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali2017-10-222-6/+37
* Fix nodiscard for volatile referencesErich Keane2017-10-191-0/+12
* This test case was missing -fsyntax-only, so I've added it. NFC to the actual...Aaron Ballman2017-10-171-1/+1
* [Sema][Crash] Correctly handle an non-dependent noexcept expr in function tem...Erich Keane2017-10-121-0/+9
* [Modules TS] Diagnose missing/duplicate module-declaration.Richard Smith2017-10-112-1/+15
* [Modules TS] Diagnose attempts to enter module implementation units without t...Richard Smith2017-10-104-11/+22
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-103-0/+118
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-103-118/+0
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-093-0/+118
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-1/+1
* Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith2017-09-291-0/+1
* Don't warn about runtime behavior problems in variable initializers that weRichard Smith2017-09-232-8/+8
* Correctly compute linkage for members of internal linkage classes.Richard Smith2017-09-231-0/+9
* DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith2017-09-222-0/+37
* Closure types have no name (and can't have a typedef name for linkageRichard Smith2017-09-221-11/+4
* Fix tracking of whether a destructor would be deleted.Richard Smith2017-09-221-0/+21
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-0/+69
* Add target triple to improve the happiness of MSVC buildbots.Richard Smith2017-09-071-2/+2
* Add IDNS_Tag to C++ declarations that conflict with tag declarations.Richard Smith2017-09-071-0/+19
* P0702R1: in class template argument deduction from a list of one element, ifRichard Smith2017-09-071-0/+31
* [modules ts] Add test for [basic.link]p3.Richard Smith2017-09-071-0/+11
* [modules ts] Ensure that module linkage variables are always emitted and alwa...Richard Smith2017-09-072-6/+13
* [modules ts] Emit global variables in a module interface unit as part of that...Richard Smith2017-09-062-10/+6
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-044-31/+30
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-0/+39
* Fix path regex in test to match on WindowsBoris Kolpackov2017-08-311-1/+1
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-39/+0
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-0/+39
* [modules-ts] Omit submodule semantics for TS modulesBoris Kolpackov2017-08-291-2/+7
* revert changes from r311851.Faisal Vali2017-08-271-14/+3
* Don't see through 'using member-declarations' when determining the relation o...Faisal Vali2017-08-271-3/+14
* [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)Faisal Vali2017-08-191-2/+2
* Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith2017-08-151-0/+98
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-139-43/+43
* PR33850: Update cxx_dr_status for Clang 5 branch.Richard Smith2017-08-112-2/+2
* [modules ts] Basic for module linkage.Richard Smith2017-07-073-7/+106