[PATCH] D144402: [clang] Move ParsedAttrInfo from Sema to Basic (NFC) r=aaron.ballman
Anders Waldenborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 20 08:36:26 PST 2023
wanders created this revision.
wanders added a reviewer: aaron.ballman.
Herald added a project: All.
wanders requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This moves the ParsedAttrInfo class and the registry for attribute
plugin to be part of Basic module instead of Sema module.
This will allow it to be accessed from preprocessor later on.
No functional change intended.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144402
Files:
clang/include/clang/Basic/ParsedAttrInfo.h
clang/include/clang/Sema/ParsedAttr.h
clang/lib/Basic/CMakeLists.txt
clang/lib/Basic/ParsedAttrInfo.cpp
clang/lib/Sema/ParsedAttr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144402.498869.patch
Type: text/x-patch
Size: 14319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230220/c07046c5/attachment.bin>
More information about the cfe-commits
mailing list