summaryrefslogtreecommitdiff
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* Merging r369834:Hans Wennborg2019-08-271-0/+17
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-1/+1
* [SemaTemplate] Fix uncorrected typos after pack expansionSam McCall2019-07-161-0/+2
* Add regression test for PR41576 (which is already fixed in trunk,Richard Smith2019-06-251-1/+9
* PR42362: Fix auto deduction of template parameter packs fromRichard Smith2019-06-241-0/+15
* Fix crash and rejects-valid when a later template parameter or defaultRichard Smith2019-06-202-0/+31
* Fix crash when checking a dependently-typed reference that isRichard Smith2019-06-171-0/+8
* Mark declarations as referenced by a default argument in aRichard Smith2019-06-111-0/+6
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-041-0/+17
* Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...Simon Pilgrim2019-06-031-17/+0
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-031-0/+17
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-1/+7
* Make tentative parsing to detect template-argument-lists less aggressiveRichard Smith2019-05-151-4/+4
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-131-0/+10
* Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that betterPaul Robinson2019-05-101-1/+1
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-094-10/+13
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-5/+1
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-6/+20
* PR41607: Don't forget to substitute outer template arguments into aRichard Smith2019-04-261-0/+17
* PR41427: This has apparently been fixed already, just add a regressionRichard Smith2019-04-241-0/+17
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-1/+1
* [Sema] Deduplicate some availability checking logicErik Pilkington2019-03-201-2/+2
* Remove an assert in template pack deduction during nested instantiation.Richard Trieu2019-03-151-0/+19
* [MS] Fix for Bug 8446, template instantiation without a 'typename' keywordReid Kleckner2019-02-261-0/+102
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-4/+35
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-35/+4
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-4/+35
* [NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 defaultNemanja Ivanovic2019-02-053-4/+4
* Remember to instantiate explicit template argument lists in a friendRichard Smith2019-01-111-0/+75
* Fix crash if an in-class explicit function specialization has explicitRichard Smith2018-12-041-0/+11
* PR12884: Add test (bug is already fixed).Richard Smith2018-11-281-0/+56
* PR39231: fix null dereference when diagnosing deduction failure due toRichard Smith2018-10-091-0/+16
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-2/+2
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-2/+4
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
* [Sema] Ensure an auto non-type template parameter is dependentErik Pilkington2018-08-071-0/+43
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-2/+2
* PR38257: don't perform ADL when instantiating a unary & operator that turns outRichard Smith2018-07-221-0/+45
* Fix failing testcase to actually be valid.Richard Smith2018-07-191-1/+1
* Fix template argument deduction when a parameter pack has a valueRichard Smith2018-07-191-0/+101
* Diagnose missing 'template' keywords in contexts where a comma is not aRichard Smith2018-06-271-0/+10
* Diagnose missing 'template' keywords in more cases.Richard Smith2018-06-261-5/+49
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-2/+2
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-2/+2
* PR37680: fix faulty assertion condition.Richard Smith2018-06-061-0/+12
* [Sema] Fix assertion when constructor is disabled with partially specialized ...Volodymyr Sapsai2018-05-161-0/+43
* [c++17] Fix assertion on synthesizing deduction guides after a fatal error.Volodymyr Sapsai2018-05-141-0/+16
* Fix regression in r332076.Richard Smith2018-05-141-0/+20
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-115-13/+69
* Fix explicit template parameter reporting for narrowing conversionsErich Keane2018-05-071-0/+12