Fixes PR28281.
MSVC lists indirect virtual base classes in the field list of a class.
This change makes Clang emit the information necessary for LLVM to
emit such records.
Differential D25579
[codeview] emit debug info for indirect virtual base classes inglorion on Oct 13 2016, 3:01 PM. Authored by
Details Fixes PR28281. MSVC lists indirect virtual base classes in the field list of a class.
Diff Detail
Event Timeline
Comment Actions @rnk's comments (thanks!)
Comment Actions Thanks, looks good with some nits
|