aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ASTConcept.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-09-01[NFC] Cleanup some #includes in header filesBill Wendling1-3/+26
2022-12-19Make evaluation of nested requirement consistent with requires expr.Utkarsh Saxena1-21/+45
2022-09-26Reapply "[Concepts] Recover properly from a RecoveryExpr in a concept"Erich Keane1-5/+5
2022-09-26Revert "[Concepts] Recover properly from a RecoveryExpr in a concept"Erich Keane1-5/+5
2022-09-26[Concepts] Recover properly from a RecoveryExpr in a conceptErich Keane1-5/+5
2021-08-11[llvm][clang][NFC] updates inline licence infoChristopher Di Bella1-4/+3
2020-01-25[Concepts] Transform constraints of non-template functions to ConstantEvaluatedSaar Raz1-2/+2
2020-01-22[Concepts] Fix circular AST->Sema dependency in ASTConcept.cppSaar Raz1-1/+4
2020-01-22[Concepts] Constraint Satisfaction CachingSaar Raz1-0/+10
2019-12-06[Concepts] Fix build failures in D41569Saar Raz1-2/+2
2019-12-06[Concepts] Constraint Enforcement & DiagnosticsSaar Raz1-0/+55
2019-10-28Revert "[Concepts] Constraint Enforcement & Diagnostics"Vlad Tsyrklevich1-56/+0
2019-10-25[Concepts] Constraint Enforcement & DiagnosticsSaar Raz1-0/+56