[all-commits] [llvm/llvm-project] d7804e: [Clang] Move ParsedTargetAttr to TargetInfo.h
David Green via All-commits
all-commits at lists.llvm.org
Sat Oct 1 10:26:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7804e187a8fc90bde2c12e373aff85a1148b5e7
https://github.com/llvm/llvm-project/commit/d7804e187a8fc90bde2c12e373aff85a1148b5e7
Author: David Green <david.green at arm.com>
Date: 2022-10-01 (Sat, 01 Oct 2022)
Changed paths:
M clang/include/clang/AST/Attr.h
M clang/include/clang/Basic/TargetInfo.h
M clang/lib/Basic/TargetInfo.cpp
M clang/lib/Basic/Targets/AArch64.cpp
Log Message:
-----------
[Clang] Move ParsedTargetAttr to TargetInfo.h
This moves the struct, as it is now parsed by TargetInfo, so avoiding
some includes of AST in Basic.
More information about the All-commits
mailing list