diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-10-15 14:46:39 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-10-15 14:46:39 +0000 |
commit | b4638f9ff063a29e84b2d6b949ee4f7d27e4c2ab (patch) | |
tree | 79427a0c40b6ecd133a1f6dee91e1276f0629d02 /clang/lib/Frontend/FrontendActions.cpp | |
parent | 52d2a567b5ea4f2ec6d1dd5e9b5661ca8b763eae (diff) | |
download | bcm5719-llvm-b4638f9ff063a29e84b2d6b949ee4f7d27e4c2ab.tar.gz bcm5719-llvm-b4638f9ff063a29e84b2d6b949ee4f7d27e4c2ab.zip |
Revert 374882 "[Concepts] Concept Specialization Expressions"
This reverts commit ec87b003823d63f3342cf648f55a134c1522e612.
The test fails on Windows, see e.g.
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/11533/steps/stage%201%20check/logs/stdio
Also revert follow-up r374893.
llvm-svn: 374899
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
-rw-r--r-- | clang/lib/Frontend/FrontendActions.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp index fea5826179a..dc830cbacbd 100644 --- a/clang/lib/Frontend/FrontendActions.cpp +++ b/clang/lib/Frontend/FrontendActions.cpp @@ -417,10 +417,6 @@ private: return "DefiningSynthesizedFunction"; case CodeSynthesisContext::Memoization: return "Memoization"; - case CodeSynthesisContext::ConstraintsCheck: - return "ConstraintsCheck"; - case CodeSynthesisContext::ConstraintSubstitution: - return "ConstraintSubstitution"; } return ""; } |