[all-commits] [llvm/llvm-project] dd6bcd: [Attributes] Remove AttrSyntax and migrate uses to...
Leonard Grey via All-commits
all-commits at lists.llvm.org
Fri Jun 3 09:12:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd6bcdbf21716c56d3defd7f4cacddc7befd5de1
https://github.com/llvm/llvm-project/commit/dd6bcdbf21716c56d3defd7f4cacddc7befd5de1
Author: Leonard Grey <lgrey at chromium.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M clang/include/clang/Basic/Attributes.h
M clang/lib/Basic/Attributes.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
[Attributes] Remove AttrSyntax and migrate uses to AttributeCommonInfo::Syntax (NFC)
This is setup for allowing hasAttribute to work for plugin-provided attributes
Differential Revision: https://reviews.llvm.org/D126902
More information about the All-commits
mailing list