aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaTemplate/concepts.cpp
AgeCommit message (Expand)AuthorFilesLines
3 days[Clang] Don't allow implicit this access when checking function constraints (...Younan Zhang1-17/+17
10 days[Clang] Fix a crash on invalid concept (#150186)Corentin Jabot1-0/+8
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman1-5/+1
2025-06-06[Clang] Fail the constraint substitution early after CWG2369 (#143096)Younan Zhang1-0/+54
2025-06-02[Clang] Reapply CWG2369 "Ordering between constraints and substitution" (#122...Younan Zhang1-0/+23
2025-01-08[Clang] Don't form a type constraint if the concept is invalid (#122065)Younan Zhang1-0/+12
2024-10-10[Clang][Parser] Don't evaluate concept when its definition is invalid (#111179)Younan Zhang1-0/+14
2024-08-14[Clang] Adjust concept definition locus (#103867)cor3ntin1-1/+8
2024-08-08Revert "[clang] Reland: Instantiate concepts with sugared template arguments ...Matheus Izvekov1-2/+2
2024-08-04[clang] Reland: Instantiate concepts with sugared template arguments (#101782)Matheus Izvekov1-2/+2
2024-05-30[Clang] Fix overloading for constrained variadic functions (#93817)cor3ntin1-0/+22
2024-03-27[clang] Fix an out-of-bound crash when checking template partial specializati...Haojian Wu1-1/+9
2024-03-16[Concepts] Add Decls from the outer scope of the current lambda for conversio...Younan Zhang1-0/+29
2024-01-17[Clang][Sema] Extract ellipsis location from CXXFoldExpr for reattaching cons...Younan Zhang1-0/+21
2023-09-27Revert "[clang][SemaCXX] Diagnose tautological uses of consteval if and is_co...Sam McCall1-5/+5
2023-09-27[clang][SemaCXX] Diagnose tautological uses of consteval if and is_constant_e...Takuya Shimizu1-5/+5
2023-09-21[clang][Sema] Fix crash introduced in b2cd9db589335d5885c04df83003a623cf2f05f...Takuya Shimizu1-0/+16
2023-09-19In ExprRequirement building, treat OverloadExpr as dependent (#66683)Erich Keane1-0/+17
2023-09-18[clang][Sema] Remove irrelevant diagnostics from constraint satisfaction failureTakuya Shimizu1-0/+37
2023-07-21[Clang] Fix constraint checking of non-generic lambdas.Corentin Jabot1-14/+94
2023-05-09[Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov1-0/+98
2023-05-09[Sema] Lambdas are not part of immediate context for deductionIlya Biryukov1-1/+1
2023-05-05Revert "[Clang][Sema] Fix comparison of constraint expressions"Alexander Shaposhnikov1-98/+0
2023-05-03[Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov1-0/+98
2023-05-02Revert "[Clang][Sema] Fix comparison of constraint expressions"Erich Keane1-59/+0
2023-04-27[Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov1-0/+59
2023-04-07Revert "[Clang][Sema] Fix comparison of constraint expressions"Alexander Shaposhnikov1-9/+0
2023-04-04[Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov1-0/+9
2023-03-30Correct deferred concepts with NTTP placeholder constraintsErich Keane1-0/+24
2023-03-17[clang] Properly parse variable template requires clause in lambdaEmilia Dreamer1-0/+5
2022-11-28[clang] Require parameter pack to be last argument in concepts.Luke Nihlen1-0/+21
2022-11-01[Concepts] Improve diagnostics on a missing 'auto' keyword.Erich Keane1-0/+2
2022-10-27[P0857R0 Part-B] Allows `require' clauses appearing inLiming Liu1-5/+4
2022-10-18Stop evaluating trailing requires clause after overload resolutionErich Keane1-0/+57
2022-09-22Re-apply "Deferred Concept Instantiation Implementation"Erich Keane1-0/+446
2022-09-06[clang] fix profiling of template arguments of template and declaration kindMatheus Izvekov1-0/+6
2022-08-19Revert "Re-apply "Deferred Concept Instantiation Implementation"""Erich Keane1-384/+0
2022-08-17Re-apply "Deferred Concept Instantiation Implementation""Erich Keane1-0/+384
2022-07-01Revert "Re-apply "Deferred Concept Instantiation Implementation"""Erich Keane1-318/+0
2022-07-01Re-apply "Deferred Concept Instantiation Implementation""Erich Keane1-0/+318
2022-06-30Revert "Deferred Concept Instantiation Implementation"Jonas Devlieghere1-318/+0
2022-06-30Deferred Concept Instantiation ImplementationErich Keane1-0/+318
2022-05-09Revert ""Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""""Erich Keane1-444/+0
2022-05-09"Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""""Erich Keane1-0/+444
2022-05-02Revert "Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""Erich Keane1-246/+0
2022-05-02Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""Erich Keane1-0/+246
2022-05-02Revert "Deferred Concept Instantiation Implementation"Erich Keane1-246/+0
2022-05-02Deferred Concept Instantiation ImplementationErich Keane1-0/+246
2022-03-23[Concepts] Fix placeholder constraints when references are involvedRoy Jacobson1-7/+41
2022-03-15[Concepts] Fix an assertion failure while diagnosing constrainedRoy Jacobson1-0/+14