[PATCH] D19721: Fix crash in BuildCXXDefaultInitExpr.
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 29 09:38:49 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: test/SemaCXX/pr27047-default-init-expr-name-conflict.cpp:6
@@ +5,3 @@
+template <typename T>
+struct B {
+
----------------
More reduced:
template <typename T> struct A { int A = 0; };
A<int> a;
http://reviews.llvm.org/D19721
More information about the cfe-commits
mailing list