[clang] [llvm] [clang] Introduce target-specific `Sema` components (PR #93179)
Vlad Serebrennikov via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 06:55:53 PDT 2024
================
@@ -3548,6 +3561,56 @@ class Sema final : public SemaBase {
BuiltinFunction
};
+ /// A helper function to provide Attribute Location for the Attr types
----------------
Endilll wrote:
Yes, I moved them together, so http://eel.is/c++draft/over.match.best#general-2.4 should apply as usual.
https://github.com/llvm/llvm-project/pull/93179
More information about the llvm-commits
mailing list