summaryrefslogtreecommitdiff
path: root/test/SemaTemplate
AgeCommit message (Expand)Author
2018-02-09Merging r324537:Hans Wennborg
2018-01-17Merging r321777:Hans Wennborg
2018-01-17Merging r322236:Hans Wennborg
2018-01-02Suppress undefined-template warnings when the pattern is declared in a system...Nick Lewycky
2017-12-21[AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-21When instantiating a deduction guide, transform its name.Richard Smith
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-14When attempting to complete an incomplete array bound type in an expression,Richard Smith
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-01[c++17] When deducing the type of a non-type template parameter from the typeRichard Smith
2017-10-27[Sema] Fix an assert-on-invalid by avoiding function template specialisationAlex Lorenz
2017-10-20Implement current CWG direction for support of arrays of unknown bounds inRichard Smith
2017-10-18Don't suppress instantiation of definitions for variables subject to explicitRichard Smith
2017-10-13[OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu
2017-10-02Dependent Address Space Support Test FixAndrew Gozillon
2017-10-02Dependent Address Space Support Test FileAndrew Gozillon
2017-09-23Don't warn about runtime behavior problems in variable initializers that weRichard Smith
2017-09-22Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith
2017-09-22Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith
2017-09-21[Sema] Prevent InstantiateClass from checking unrelated exception specs.Volodymyr Sapsai
2017-09-21Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka
2017-09-20Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith
2017-08-29PR10147: When substituting a template template argument, substitute in the mostRichard Smith
2017-08-13Replace remaining user-visible mentions of C++1z with C++17.Richard Smith
2017-07-26Regression test for PR10856Serge Pavlov
2017-07-05Fix test case in pre-C++11 mode; address Aaron Ballman's code review.Douglas Gregor
2017-07-05Cope with Range-v3's CONCEPT_REQUIRES idiomDouglas Gregor
2017-07-05Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor
2017-06-30Fix PR 33189: Clang assertion on template destructor declarationHubert Tong
2017-06-07[c++1z] Support deducing B in noexcept(B).Richard Smith
2017-06-07Improve error recovery for missing 'template' keyword in contexts where theRichard Smith
2017-06-06PR33318: Add missing full-expression checking to static_assert expression.Richard Smith
2017-06-02Fix assertion failure if we can't deduce a template argument for a variableRichard Smith
2017-05-10Improve diagnosis of unknown template name.Richard Smith
2017-05-10When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith
2017-05-10When instantiating a friend function template, don't forget to inherit defaul...Richard Smith
2017-05-09Don't mark a member as a member specialization until we know we're keeping th...Richard Smith
2017-04-17Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properl...Benjamin Kramer
2017-04-17Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replac...Yaron Keren
2017-04-13PR32185: Revert r291512 and add a testcase for PR32185.Richard Smith
2017-03-10Print nested name specifiers for typedefs and type aliasesAlex Lorenz
2017-02-24[Test] Make Lit tests C++11 compatible #9Charles Li
2017-02-24Recently a change was made to this test in r294639 which fails when theDouglas Yung
2017-02-22Improve support for 'decltype(auto)' in template template parameter matching.Richard Smith
2017-02-21Fix deduction of type of pack-expanded non-type template parameter.Richard Smith
2017-02-21When deducing an array bound from the length of an initializer list, don'tRichard Smith
2017-02-21PR32010: Fix template argument depth mixup when forming implicit constructorRichard Smith