summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* Merging r324537:Hans Wennborg2018-02-091-0/+14
* Merging r321777:Hans Wennborg2018-01-171-0/+11
* Merging r322236:Hans Wennborg2018-01-171-0/+11
* Suppress undefined-template warnings when the pattern is declared in a system...Nick Lewycky2018-01-021-0/+11
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-212-2/+28
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-212-57/+57
* When instantiating a deduction guide, transform its name.Richard Smith2017-12-211-0/+13
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-202-57/+57
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-202-57/+57
* When attempting to complete an incomplete array bound type in an expression,Richard Smith2017-12-141-0/+11
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+16
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-092-8/+7
* [c++17] When deducing the type of a non-type template parameter from the typeRichard Smith2017-12-011-0/+4
* [Sema] Fix an assert-on-invalid by avoiding function template specialisationAlex Lorenz2017-10-272-8/+21
* Implement current CWG direction for support of arrays of unknown bounds inRichard Smith2017-10-201-0/+3
* Don't suppress instantiation of definitions for variables subject to explicitRichard Smith2017-10-182-0/+14
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-131-2/+2
* Dependent Address Space Support Test FixAndrew Gozillon2017-10-021-2/+2
* Dependent Address Space Support Test FileAndrew Gozillon2017-10-021-0/+119
* Don't warn about runtime behavior problems in variable initializers that weRichard Smith2017-09-231-1/+1
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-221-1/+1
* Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith2017-09-221-1/+1
* [Sema] Prevent InstantiateClass from checking unrelated exception specs.Volodymyr Sapsai2017-09-212-2/+30
* Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka2017-09-211-1/+1
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-201-1/+1
* PR10147: When substituting a template template argument, substitute in the mostRichard Smith2017-08-291-0/+7
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-1/+1
* Regression test for PR10856Serge Pavlov2017-07-261-0/+49
* Fix test case in pre-C++11 mode; address Aaron Ballman's code review.Douglas Gregor2017-07-051-1/+1
* Cope with Range-v3's CONCEPT_REQUIRES idiomDouglas Gregor2017-07-051-0/+26
* Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor2017-07-052-5/+5
* Fix PR 33189: Clang assertion on template destructor declarationHubert Tong2017-06-301-0/+6
* [c++1z] Support deducing B in noexcept(B).Richard Smith2017-06-071-0/+54
* Improve error recovery for missing 'template' keyword in contexts where theRichard Smith2017-06-071-0/+22
* PR33318: Add missing full-expression checking to static_assert expression.Richard Smith2017-06-061-3/+3
* Fix assertion failure if we can't deduce a template argument for a variableRichard Smith2017-06-021-17/+19
* Improve diagnosis of unknown template name.Richard Smith2017-05-103-4/+3
* When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith2017-05-101-0/+43
* When instantiating a friend function template, don't forget to inherit defaul...Richard Smith2017-05-101-0/+16
* Don't mark a member as a member specialization until we know we're keeping th...Richard Smith2017-05-091-1/+10
* Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properl...Benjamin Kramer2017-04-171-13/+13
* Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replac...Yaron Keren2017-04-171-13/+13
* PR32185: Revert r291512 and add a testcase for PR32185.Richard Smith2017-04-133-16/+50
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-102-2/+2
* [Test] Make Lit tests C++11 compatible #9Charles Li2017-02-243-5/+54
* Recently a change was made to this test in r294639 which fails when theDouglas Yung2017-02-241-1/+6
* Improve support for 'decltype(auto)' in template template parameter matching.Richard Smith2017-02-221-6/+7
* Fix deduction of type of pack-expanded non-type template parameter.Richard Smith2017-02-211-3/+7
* When deducing an array bound from the length of an initializer list, don'tRichard Smith2017-02-211-0/+42
* PR32010: Fix template argument depth mixup when forming implicit constructorRichard Smith2017-02-211-0/+13