v.g.vassilev added inline comments.

================
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.
----------------
akuegel wrote:
> 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?
@akuegel, would you be able to reduce a standalone example?


https://reviews.llvm.org/D23492



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to