[PATCH] D23492: Make function local tags visible.

Adrian Kuegel via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 22 07:16:01 PDT 2016


akuegel added a subscriber: akuegel.

================
Comment at: lib/Sema/SemaTemplateInstantiateDecl.cpp:3617
@@ +3616,3 @@
+    PatternDef = nullptr;
+  // FIXME: We need to track the instantiation stack in order to know which
+  // definitions should be visible within this instantiation.
----------------
Line 3619 to 3623 breaks the compilation of some of our targets. I am not sure if it is because of a mistake in our code or if there is something bad in this patch.
This comment seems to indicate that there is still something missing to make the check here correct?


https://reviews.llvm.org/D23492





More information about the cfe-commits mailing list