diff options
author | Saar Raz <saar@raz.email> | 2019-10-15 18:44:06 +0000 |
---|---|---|
committer | Saar Raz <saar@raz.email> | 2019-10-15 18:44:06 +0000 |
commit | 0330fba6e16db9b5d2079313646f93485c5ccf39 (patch) | |
tree | cf31f37bd078380eeec9c09cdfbd0bad0fbfadd6 /clang/lib/Sema/SemaConcept.cpp | |
parent | 5836c356fa6e17d0e10a2f9e0e111b7236dc15fb (diff) | |
download | bcm5719-llvm-0330fba6e16db9b5d2079313646f93485c5ccf39.tar.gz bcm5719-llvm-0330fba6e16db9b5d2079313646f93485c5ccf39.zip |
[Concept] Associated Constraints Infrastructure
Add code to correctly calculate the associated constraints of a template (no enforcement yet).
D41284 on Phabricator.
llvm-svn: 374938
Diffstat (limited to 'clang/lib/Sema/SemaConcept.cpp')
-rw-r--r-- | clang/lib/Sema/SemaConcept.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaConcept.cpp b/clang/lib/Sema/SemaConcept.cpp index 3131609390a..848ccf54344 100644 --- a/clang/lib/Sema/SemaConcept.cpp +++ b/clang/lib/Sema/SemaConcept.cpp @@ -122,4 +122,4 @@ Sema::CalculateConstraintSatisfaction(ConceptDecl *NamedConcept, IsSatisfied = EvalResult.Val.getInt().getBoolValue(); return false; -} +}
\ No newline at end of file |