[all-commits] [llvm/llvm-project] a364e8: [NFC][Clang] Move function implementation of `Open...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Wed Dec 22 08:24:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a364e8f6adeb4b42296413b6112a8bdfbd2ea116
https://github.com/llvm/llvm-project/commit/a364e8f6adeb4b42296413b6112a8bdfbd2ea116
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2021-12-22 (Wed, 22 Dec 2021)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
Log Message:
-----------
[NFC][Clang] Move function implementation of `OpenMPAtomicUpdateChecker` into anonymous namespace
Just to keep code consistent as `OpenMPAtomicUpdateChecker` is defined
in anonymous namespace.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D116068
More information about the All-commits
mailing list