[all-commits] [llvm/llvm-project] 028092: Correct the tablegen logic for MutualExclusions at...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Wed Apr 7 11:04:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 028092eb613e5553ce0833878e7d36fcaf11fcb2
https://github.com/llvm/llvm-project/commit/028092eb613e5553ce0833878e7d36fcaf11fcb2
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
Correct the tablegen logic for MutualExclusions attribute checking.
Just because an attribute is a statement attribute doesn't mean it's
not also a declaration attribute. In Clang, there are not currently any
DeclOrStmtAttr attributes that require mutual exclusion checking, but
downstream clients discovered this issue.
More information about the All-commits
mailing list