summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
...
* Only instantiate members of nested classes in local classes once, rather than...Richard Smith2017-01-041-0/+11
* Remove accidentally-added lines in r290923 test, and add another testcase.Richard Smith2017-01-041-2/+9
* Fix template argument deduction when only some of a parameter pack is a non-d...Richard Smith2017-01-041-0/+38
* Add testcase for the regression introduced in r290808.Richard Smith2017-01-021-0/+14
* [c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith2016-12-312-1/+105
* Remove bogus assertion and add testcase that triggers it.Richard Smith2016-12-301-0/+17
* Mark 'auto' as dependent when instantiating the type of a non-type templateRichard Smith2016-12-281-0/+21
* DR1315: a non-type template argument in a partial specialization is permittedRichard Smith2016-12-284-11/+41
* DR1495: A partial specialization is ill-formed if it is not (strictly) moreRichard Smith2016-12-272-10/+39
* Add reference/non-reference mismatch test.Richard Smith2016-12-271-1/+6
* Work around a standard defect: template argument deduction for non-typeRichard Smith2016-12-272-0/+31
* Check and build conversion sequences for non-type template arguments inRichard Smith2016-12-272-1/+10
* Fix assertion failure when deducing an auto-typed argument against a differen...Richard Smith2016-12-251-0/+17
* Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typedRichard Smith2016-12-252-3/+32
* Fix crash if substitution fails during deduction of variable template partial...Richard Smith2016-12-241-6/+3
* When producing a name of a partial specialization in a diagnostic, use theRichard Smith2016-12-243-2/+17
* When merging two deduced non-type template arguments for the same parameter,Richard Smith2016-12-231-1/+64
* Perform type-checking for a converted constant expression in a templateRichard Smith2016-12-211-2/+2
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+230
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-230/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+230
* Remove the temporary fix to the RUN line that was committed in r289924.Akira Hatanaka2016-12-161-5/+21
* attempt to fix bots after r289914/r289919Nico Weber2016-12-161-1/+5
* Remove "-disable-llvm-optzns -verify" from the RUN line.Akira Hatanaka2016-12-161-1/+1
* [Sema] Fix handling of enumerators used as default arguments of lambdaAkira Hatanaka2016-12-161-0/+35
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-1/+1
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-3/+3
* Add a note that points to the linkage specifier for the C++ linkage errorsAlex Lorenz2016-11-021-3/+3
* Fix crash if StmtProfile finds a type-dependent member access for which we haveRichard Smith2016-10-241-0/+9
* Add optimization to sizeof...(X) handling: if none of parameter pack X'sRichard Smith2016-10-191-0/+17
* DR1330: instantiate exception-specifications when "needed". We previously didRichard Smith2016-10-181-11/+7
* P0127R2: Support type deduction for types of non-type template parameters inRichard Smith2016-09-282-0/+114
* Fix bug where template argument deduction of a non-type template parameter usedRichard Smith2016-09-282-2/+10
* [Sema] Don't diagnose an array type mismatch when the new or previousAkira Hatanaka2016-09-011-0/+33
* DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith2016-08-311-1/+1
* PR12298 et al: don't recursively instantiate a template specialization fromRichard Smith2016-08-313-22/+105
* Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily f...NAKAMURA Takumi2016-08-301-0/+3
* Disable test under asan: it uses a lot of stack, and asan increases theRichard Smith2016-08-241-4/+9
* Add test missed from r278983.Richard Smith2016-08-171-0/+9
* P0217R3: template instantiation support for decomposition declarations.Richard Smith2016-08-121-0/+33
* Push alias-declarations and alias-template declarations into scope even ifRichard Smith2016-07-151-0/+6
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-1/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+1
* [-fms-extensions] Don't crash on explicit class-scope specializations & defau...David Majnemer2016-06-101-0/+9
* [MSVC] Fix stack overflow in unqualified type lookup logic, by WillAlexey Bataev2016-05-311-0/+29
* Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...Hans Wennborg2016-05-261-2/+11
* [ms] Allow more unqualified lookup of types in dependent base classesReid Kleckner2016-05-242-1/+40
* Fix PR27601 by reverting [r267453] - Refactor traversal of bases in deduction...Faisal Vali2016-05-191-0/+47
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+139
* Lit C++11 Compatibility Patch #8Charles Li2016-04-143-10/+44