================
@@ -1495,6 +1495,13 @@ void Sema::ActOnEndOfTranslationUnit() {
Consumer.CompleteExternalDeclaration(D);
}
+ // Visit all pending #pragma export.
+ for (auto &Iter : PendingExportedNames) {
----------------
perry-ca wrote:
no prob. I would have thought it would have been considered obvious. I see
other examples of auto being used with DenseMap (eg. ExplicitlyMapped in
clang/lib/Sema/SemaOpenMP.cpp).
https://github.com/llvm/llvm-project/pull/141671
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits