[all-commits] [llvm/llvm-project] c9447c: [Clang] fold expression is considered atomic durin...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Sat Oct 22 20:49:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9447c62966e5ec60ec277e4a7d75420224f53f6
https://github.com/llvm/llvm-project/commit/c9447c62966e5ec60ec277e4a7d75420224f53f6
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M clang/lib/Sema/SemaConcept.cpp
M clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/p6.cpp
Log Message:
-----------
[Clang] fold expression is considered atomic during constraints normalization
`|| fold` is not disjunction; `&& fold` is not conjunction. Both are atomic per
current wording. See http://cplusplus.github.io/concepts-ts/ts-active.html#28.
D128750 accidentally tried to partially addresss this which is not desirable.
This patch reverts that part and associated test cases.
More information about the All-commits
mailing list