[all-commits] [llvm/llvm-project] 6dee23: [Clang][Sema] Refactor category declaration under ...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Nov 15 14:37:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6dee23919a36a30f3df7e9b20fba8b9edf65340c
https://github.com/llvm/llvm-project/commit/6dee23919a36a30f3df7e9b20fba8b9edf65340c
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M clang/lib/Sema/SemaStmtAttr.cpp
Log Message:
-----------
[Clang][Sema] Refactor category declaration under CheckForIncompatibleAttributes. NFC
This change would allow extension of new categories be aware of adding
more code here.
This patch also updates the comments, which was originally missing the
vector predicate.
Reviewed By: mikerice
Differential Revision: https://reviews.llvm.org/D137570
More information about the All-commits
mailing list