[clang] [llvm] [clang] Add "debug_transparent" attribute (PR #110188)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 27 07:21:42 PDT 2024


================
@@ -4566,6 +4583,7 @@ void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc,
 
   llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D);
   llvm::DISubroutineType *STy = getOrCreateFunctionType(D, FnType, Unit);
+
----------------
Michael137 wrote:

stray newline

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


More information about the cfe-commits mailing list