[all-commits] [llvm/llvm-project] e13c28: [Driver] Remove -fno-concept-satisfaction-caching
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Thu May 5 08:53:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e13c28ec595d99e694cb7e2589e7574dcda628ef
https://github.com/llvm/llvm-project/commit/e13c28ec595d99e694cb7e2589e7574dcda628ef
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/Sema/SemaConcept.cpp
M clang/test/SemaTemplate/cxx2a-constraint-caching.cpp
Log Message:
-----------
[Driver] Remove -fno-concept-satisfaction-caching
The flag was added when the C++20 draft did not allow for concept
caching. The final C++20 standard permits the caching, so flag is
redundant. See http://wg21.link/p2104r0.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D125014
More information about the All-commits
mailing list