summaryrefslogtreecommitdiff
path: root/clang/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Sema] Substitute constraints only for declarations with different lex...Alexander Shaposhnikov2023-05-171-0/+33
* Fix CRTP partial specialization instantiation crash.Erich Keane2023-05-111-0/+20
* [Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov2023-05-093-0/+394
* [Sema] Lambdas are not part of immediate context for deductionIlya Biryukov2023-05-094-4/+6
* [clang] Evaluate non-type default template argument when it is requiredMariya Podchishchaeva2023-05-092-5/+3
* Revert "[Clang][Sema] Fix comparison of constraint expressions"Alexander Shaposhnikov2023-05-053-339/+0
* [clang] Use -std=c++23 instead of -std=c++2bMark de Wever2023-05-046-7/+7
* [Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov2023-05-033-0/+339
* Revert "[Clang][Sema] Fix comparison of constraint expressions"Erich Keane2023-05-023-300/+0
* [Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov2023-04-273-0/+300
* [clang] Try to fix check-clang after f539b6ffc251Nico Weber2023-04-271-1/+0
* [NFC] Add tests from my fix for GH62362.Erich Keane2023-04-271-0/+22
* Pass the found declaration to DiagnoseUseOfDecl.Richard Smith2023-04-261-0/+70
* [Sema]Select correct lexical context during template instantiateCongcong Cai2023-04-271-0/+26
* Revert "[Clang][Sema] Fix comparison of constraint expressions"Alexander Shaposhnikov2023-04-072-159/+0
* [Clang] Fix buildbots after Fix filtering of inline namespaces for friend fun...Shafik Yaghmour2023-04-071-1/+1
* [Clang] Fix filtering of inline namespaces for friend functionsShafik Yaghmour2023-04-071-0/+18
* [Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov2023-04-042-0/+159
* Correct deferred concepts with NTTP placeholder constraintsErich Keane2023-03-301-0/+24
* [clang] Properly parse variable template requires clause in lambdaEmilia Dreamer2023-03-171-0/+5
* [clang][WebAssembly] Initial support for reference type funcref in clangPaulo Matos2023-03-171-2/+2
* [Clang][Sema] Start fixing handling of out-of-line definitions of constrained...Alexander Shaposhnikov2023-03-101-0/+129
* Revert two patches to fix GH58452 regressionErich Keane2023-03-092-4/+4
* [Clang] Implement CWG2518 - static_assert(false)Corentin Jabot2023-02-282-4/+3
* [WebAssembly] Initial support for reference type externref in clangPaulo Matos2023-02-171-1/+1
* GH60642: Fix ICE when checking a lambda defined in a concept definitionErich Keane2023-02-171-1/+25
* Revert "[clang][WebAssembly] Initial support for reference type externref in ...Vitaly Buka2023-02-051-1/+1
* [clang][WebAssembly] Initial support for reference type externref in clangPaulo Matos2023-01-311-1/+1
* Fix recursive error for constraints depending on itself incorrectlyErich Keane2023-01-271-0/+30
* Fix one of the regressions found in revert of concept sugaringErich Keane2023-01-251-0/+20
* Revert "[clang] Instantiate concepts with sugared template arguments"Erich Keane2023-01-174-32/+17
* [clang][TypePrinter] Teach isSubstitutedDefaultArgument about integral typesMichael Buch2022-12-162-2/+2
* [Windows] Convert clang/test/Modules tests to check 'target=<triple>'Paul Robinson2022-11-291-1/+1
* [clang] Require parameter pack to be last argument in concepts.Luke Nihlen2022-11-281-0/+21
* [Concepts] Fix friend-checking to include NTTPsErich Keane2022-11-161-0/+30
* Revert "[clang] Instantiate alias templates with sugar"Alexander Kornienko2022-11-082-9/+13
* Fix duplicate word typos; NFCRageking82022-11-081-1/+1
* [Concepts] Correctly handle failure when checking concepts recursivelyErich Keane2022-11-012-49/+122
* [Concepts] Improve diagnostics on a missing 'auto' keyword.Erich Keane2022-11-011-0/+2
* [clang] Instantiate alias templates with sugar Matheus Izvekov2022-10-312-13/+9
* [clang] Instantiate NTTPs and template default arguments with sugarMatheus Izvekov2022-10-312-5/+5
* [Concepts] Fix an assert when trying to form a recovery expr on aErich Keane2022-10-281-0/+49
* Disambiguate type names when printing NTTP typesNenad Mikša2022-10-282-47/+47
* Revert "[clang] Instantiate NTTPs and template default arguments with sugar"Haojian Wu2022-10-283-14/+18
* [P0857R0 Part-B] Allows `require' clauses appearing inLiming Liu2022-10-271-5/+4
* [clang] Do not hide base member using-decls with different template head.Utkarsh Saxena2022-10-271-0/+178
* [clang] Instantiate concepts with sugared template argumentsMatheus Izvekov2022-10-273-11/+19
* [clang] Instantiate alias templates with sugar Matheus Izvekov2022-10-272-13/+9
* [clang] Instantiate NTTPs and template default arguments with sugar Matheus Izvekov2022-10-272-5/+5
* [clang] Implement sugared substitution changes to infrastructureMatheus Izvekov2022-10-271-0/+7