Details
Details
- Reviewers
rnk
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm
lib/AST/VTableBuilder.cpp | ||
---|---|---|
2749 | I never know what 'ThisOffset' refers to in this code. Is there a better name we could use? |
Comment Actions
I went forward with the test cases, uncovered a couple of more bugs and fixed them.
The change to the code is pretty straightforward so I hope you can review post-commit.
I'll revisit the ThisOffset naming as a separate commit.
Comment Actions
See the follow-up at http://reviews.llvm.org/D3410
It looks like in fact the value ThisOffset was wrong :)
So after D3410 fix "ThisOffset" remains as described in the ComputeThisOffset comment.
I never know what 'ThisOffset' refers to in this code. Is there a better name we could use?