This revision was automatically updated to reflect the committed changes.
Closed by commit rL303156: Fix PR 10758: Infinite recursion when dealing with
copy-initialization (authored by arphaman).
Changed prior to commit:
https://reviews.llvm.org/D25051?vs=96122&id=99125#toc
Repository:
rL LL
arphaman added a comment.
I will commit it today.
Repository:
rL LLVM
https://reviews.llvm.org/D25051
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
cynecx added a comment.
Gentle ping.
Repository:
rL LLVM
https://reviews.llvm.org/D25051
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
cynecx added a comment.
Would it be possible to land this patch? I would really like to see this fixed.
Repository:
rL LLVM
https://reviews.llvm.org/D25051
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mail
v.g.vassilev added a comment.
I am not very familiar with this code here. This seems a reasonable fix to me.
Unless @rsmith and @ahatanak have objections, please go ahead and land it some
time next week.
Repository:
rL LLVM
https://reviews.llvm.org/D25051
arphaman updated this revision to Diff 96122.
arphaman added reviewers: ahatanak, v.g.vassilev.
arphaman added a comment.
Rebased the patch.
Repository:
rL LLVM
https://reviews.llvm.org/D25051
Files:
include/clang/Sema/Sema.h
lib/Sema/SemaInit.cpp
test/SemaCXX/constructor-initializer.c
arphaman added a comment.
Ping
Repository:
rL LLVM
https://reviews.llvm.org/D25051
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
arphaman created this revision.
arphaman added a reviewer: rsmith.
arphaman added a subscriber: cfe-commits.
arphaman set the repository for this revision to rL LLVM.
This patch fixes a bug that's tracked by PR 10758 and duplicates like PR 30343.
The bug causes clang to crash with a stack overflo