summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-concepts.cpp
AgeCommit message (Expand)Author
2025-10-03[Clang] Normalize constraints before checking for satisfaction (#161671)Corentin Jabot
2025-10-02Revert "[Clang] Normalize constraints before checking for satisfaction" (#161...Corentin Jabot
2025-10-02[Clang] Normalize constraints before checking for satisfaction (#141776)Corentin Jabot
2024-09-19[Clang] Fix -ast-dump-decl-types crashes on concepts (#108142)ofAlpaca
2024-08-08Revert "[clang] Reland: Instantiate concepts with sugared template arguments ...Matheus Izvekov
2024-08-04[clang] Reland: Instantiate concepts with sugared template arguments (#101782)Matheus Izvekov
2024-05-14[Clang] Retain the angle loci for invented template parameters of constraints...Younan Zhang
2024-03-14[concepts] Preserve the FoundDecl of ConceptReference properly (#85032)Younan Zhang
2023-01-17Revert "[clang] Instantiate concepts with sugared template arguments"Erich Keane
2022-10-27[clang] Instantiate concepts with sugared template argumentsMatheus Izvekov
2022-10-26Revert "[clang] Instantiate concepts with sugared template arguments"Matheus Izvekov
2022-10-26[clang] Instantiate concepts with sugared template argumentsMatheus Izvekov
2022-10-24"Reapply "GH58368: Correct concept checking in a lambda defined in concept""Erich Keane
2022-10-24Revert "Reapply "GH58368: Correct concept checking in a lambda defined in con...Erich Keane
2022-10-24Reapply "GH58368: Correct concept checking in a lambda defined in concept""Erich Keane
2022-10-24Revert "GH58368: Correct concept checking in a lambda defined in concept"Erich Keane
2022-10-24GH58368: Correct concept checking in a lambda defined in conceptErich Keane
2020-08-12[AST] Fix the CXXFoldExpr source range when parentheses range is invalid.Haojian Wu
2020-08-10[Concepts] Dump template arguments for immediately declared constraint.Haojian Wu
2020-08-04[Concepts] Include the found concept decl when dumping the ConceptSpecializat...Haojian Wu
2020-08-04[clang] Include trailing-requires-clause in FunctionDecl's source rangeNathan Ridge
2020-07-29[clang] Fix ConceptSpecializationExpr::getEndLoc()Nathan Ridge
2020-07-28[Concepts] Fix ast dump for immediately declared constraint.Haojian Wu