[all-commits] [llvm/llvm-project] ec0811: [NFC][Clang] make AtomicConstraint::ParameterMappi...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Wed Aug 10 10:51:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec0811413375bfe75a9361264f98ad9b5dab85b6
https://github.com/llvm/llvm-project/commit/ec0811413375bfe75a9361264f98ad9b5dab85b6
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M clang/include/clang/Sema/SemaConcept.h
M clang/lib/Sema/SemaConcept.cpp
Log Message:
-----------
[NFC][Clang] make AtomicConstraint::ParameterMapping const
It was not const due to the way it is initialized. This is needed for
a following patch.
More information about the All-commits
mailing list