This revision was automatically updated to reflect the committed changes.
Closed by commit rL321520: [Frontend] Correctly handle instantiating ctors with
skipped bodies (authored by ibiryukov, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D41492
Files:
cfe/trunk/lib/Sema/Sema
This revision was automatically updated to reflect the committed changes.
Closed by commit rC321520: [Frontend] Correctly handle instantiating ctors with
skipped bodies (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41492?vs=127882&id=128290#toc
Repo
sepavloff accepted this revision.
sepavloff added a comment.
This revision is now accepted and ready to land.
LGTM.
Thanks!
Repository:
rC Clang
https://reviews.llvm.org/D41492
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists
ilya-biryukov created this revision.
ilya-biryukov added reviewers: sepavloff, klimek.
Previsouly clang tried instantiating member initializers even if ctor
body was skipped, this caused spurious errors (see the test).
Repository:
rC Clang
https://reviews.llvm.org/D41492
Files:
lib/Sema/Se