Details
Details
- Reviewers
dexonsmith
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks for working on this. However, it seems to be introducing the same sorts of problems (dropping vtable anchors) as the revision you've linked to. We should be adding vtable anchors, not removing them.
include/clang/Tooling/Refactoring/RefactoringActionRule.h | ||
---|---|---|
39 | Even better would be to create a vtable anchor for this in the source file. | |
include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h | ||
84 | Even better would be to create a vtable anchor for this in the source file. | |
lib/AST/DeclBase.cpp | ||
292–294 | This is removing a vtable anchor. Please undo this change. |
Even better would be to create a vtable anchor for this in the source file.