summaryrefslogtreecommitdiff
path: root/test/CXX
AgeCommit message (Expand)Author
2017-12-31[Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch
2017-12-31Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch
2017-12-31[Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch
2017-12-22Diagnose the various invalid decl-specifiers on nontype template parameters.Faisal Vali
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-12-11P0620 follow-up: deducing `auto` from braced-init-list in new exprZhihao Yuan
2017-12-07Remove old concepts parsing codeHubert Tong
2017-11-30Preserve the "last diagnostic was suppressed" flag across SFINAE checks.Richard Smith
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-11-21The offsetof macro is intended to work with subobjects rather than simple ide...Aaron Ballman
2017-11-21[Modules TS] Added module re-export support.Hamza Sood
2017-11-01Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith
2017-10-22[C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali
2017-10-19Fix nodiscard for volatile referencesErich Keane
2017-10-17This test case was missing -fsyntax-only, so I've added it. NFC to the actual...Aaron Ballman
2017-10-12[Sema][Crash] Correctly handle an non-dependent noexcept expr in function tem...Erich Keane
2017-10-11[Modules TS] Diagnose missing/duplicate module-declaration.Richard Smith
2017-10-10[Modules TS] Diagnose attempts to enter module implementation units without t...Richard Smith
2017-10-10[Modules TS] Module ownership semantics for redeclarations.Richard Smith
2017-10-10Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu
2017-10-09[Modules TS] Module ownership semantics for redeclarations.Richard Smith
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-09-29Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith
2017-09-23Don't warn about runtime behavior problems in variable initializers that weRichard Smith
2017-09-23Correctly compute linkage for members of internal linkage classes.Richard Smith
2017-09-22DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith
2017-09-22Closure types have no name (and can't have a typedef name for linkageRichard Smith
2017-09-22Fix tracking of whether a destructor would be deleted.Richard Smith
2017-09-20Implement C++ [basic.link]p8.Richard Smith
2017-09-07Add target triple to improve the happiness of MSVC buildbots.Richard Smith
2017-09-07Add IDNS_Tag to C++ declarations that conflict with tag declarations.Richard Smith
2017-09-07P0702R1: in class template argument deduction from a list of one element, ifRichard Smith
2017-09-07[modules ts] Add test for [basic.link]p3.Richard Smith
2017-09-07[modules ts] Ensure that module linkage variables are always emitted and alwa...Richard Smith
2017-09-06[modules ts] Emit global variables in a module interface unit as part of that...Richard Smith
2017-09-04Implement Itanium name mangling support for C++ Modules TS.Richard Smith
2017-08-31[modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov
2017-08-31Fix path regex in test to match on WindowsBoris Kolpackov
2017-08-30Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk
2017-08-30[modules] Add ability to specify module name to module file mappingBoris Kolpackov
2017-08-29[modules-ts] Omit submodule semantics for TS modulesBoris Kolpackov
2017-08-27revert changes from r311851.Faisal Vali
2017-08-27Don't see through 'using member-declarations' when determining the relation o...Faisal Vali
2017-08-19[c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)Faisal Vali
2017-08-15Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith
2017-08-13Replace remaining user-visible mentions of C++1z with C++17.Richard Smith
2017-08-11PR33850: Update cxx_dr_status for Clang 5 branch.Richard Smith
2017-07-07[modules ts] Basic for module linkage.Richard Smith