[PATCH] D18199: CodeGen: Implement IR generation for the relative vtable ABI (PR26723).
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 18 06:37:34 PDT 2016
rsmith added inline comments.
================
Comment at: lib/CodeGen/CGDebugInfo.cpp:1153
@@ -1152,3 +1152,3 @@
unsigned Virtuality = 0;
- unsigned VIndex = 0;
+ unsigned VIndex = -1u;
----------------
Is this what debug info consumers expect for the non-virtual case?
http://reviews.llvm.org/D18199
More information about the cfe-commits
mailing list