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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu May 23 06:47:41 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:

Is this comment right?  ParsedAttr will always call the non-template version below, right?

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


More information about the cfe-commits mailing list