[clang] [SystemZ][z/OS] Implement #pragma export (PR #141671)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 20 07:50:02 PST 2025
================
@@ -1495,6 +1495,13 @@ void Sema::ActOnEndOfTranslationUnit() {
Consumer.CompleteExternalDeclaration(D);
}
+ // Visit all pending #pragma export.
+ for (auto &Iter : PendingExportedNames) {
----------------
erichkeane wrote:
Coding standard doesn't allow 'auto' here.
https://github.com/llvm/llvm-project/pull/141671
More information about the cfe-commits
mailing list