[clang] [SystemZ][z/OS] Add visibility features for z/OS (eg. _Export, pragma export) (PR #111035)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 11 11:13:59 PDT 2025


================
@@ -4250,6 +4250,7 @@ static TypeSourceInfo *GetFullTypeForDeclarator(TypeProcessingState &state,
   // The TypeSourceInfo that this function returns will not be a null type.
   // If there is an error, this function will fill in a dummy type as fallback.
   QualType T = declSpecType;
+  fprintf(stderr, "SDP: === GetFullTypeForDeclarator\n"); T->dump(); fprintf(stderr, "SDP: === GetFullTypeForDeclarator\n");
----------------
AaronBallman wrote:

Debugging code?

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


More information about the cfe-commits mailing list