================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
