summaryrefslogtreecommitdiff
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion failure for a cv-qualified array as a non-type templateRichard Smith2019-10-111-0/+13
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-2/+1
* Check for qualified function types after substituting into the operandRichard Smith2019-10-031-0/+9
* PR43547: substitute into the type of a non-type template parameter ifRichard Smith2019-10-031-0/+12
* Always rebuild a DeclRefExpr if its FoundDecl would change.Richard Smith2019-09-261-0/+16
* Push lambda scope earlier when transforming lambda expressionNicholas Allegra2019-09-171-0/+15
* Fixes an assertion while instantiating a template with an incomplete typo-cor...Aaron Ballman2019-09-071-0/+60
* Disable stack exhaustion test on NetBSD, where either the detection orRichard Smith2019-09-031-0/+5
* [c++20] Disallow template argument deduction from a braced-init-listRichard Smith2019-08-311-0/+7
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-302-5/+5
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+18
* PR42513: Enter the proper DeclContext before substituting into anRichard Smith2019-08-241-0/+17
* Revert "Fix crash on switch conditions of non-integer types in templates"Dmitri Gribenko2019-08-134-16/+6
* Fix crash on switch conditions of non-integer types in templatesElizabeth Andrews2019-08-134-6/+16
* 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