[PATCH] D46929: Fix a mangling failure on clang-cl C++17
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 17 10:28:53 PDT 2018
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
Shall I go ahead and commit this for you?
================
Comment at: lib/AST/VTableBuilder.cpp:2507
const MethodInfo &MI = I.second;
+ assert(MD == MD->getCanonicalDecl());
+
----------------
Thanks for that!
Repository:
rC Clang
https://reviews.llvm.org/D46929
More information about the cfe-commits
mailing list