[all-commits] [llvm/llvm-project] 7a0fd9: [NFC][CLANG] Rename duplicate loop attributes diag...
smanna12 via All-commits
all-commits at lists.llvm.org
Fri Dec 15 20:09:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a0fd97ac1094b9b1547c8d7b35e583d7387224d
https://github.com/llvm/llvm-project/commit/7a0fd97ac1094b9b1547c8d7b35e583d7387224d
Author: smanna12 <soumi.manna at intel.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaStmtAttr.cpp
M clang/lib/Sema/TreeTransform.h
Log Message:
-----------
[NFC][CLANG] Rename duplicate loop attributes diagnostic functions (#75657)
This patch renames CheckForDuplicateCodeAlignAttrs() to
CheckForDuplicateLoopAttrs() and corresponding other functions that call
it to be used for other statement attributes in future.
More information about the All-commits
mailing list