[clang] [llvm] [clang] Introduce target-specific `Sema` components (PR #93179)
Erich Keane via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 07:17:28 PDT 2024
================
@@ -3548,6 +3561,56 @@ class Sema final : public SemaBase {
BuiltinFunction
};
+ /// A helper function to provide Attribute Location for the Attr types
----------------
erichkeane wrote:
Right, my concern is the comment claims it is for both, but I see you copied it over, so I probably wrote the misleading comment :)
https://github.com/llvm/llvm-project/pull/93179
More information about the llvm-commits
mailing list