[clang] [llvm] [clang] Introduce target-specific `Sema` components (PR #93179)

Vlad Serebrennikov via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 07:28:21 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:

We decided that there's nothing to change here after an offline discussion.

https://github.com/llvm/llvm-project/pull/93179


More information about the llvm-commits mailing list