[PATCH] D45123: [CodeView] Emit function options for subprogram and member functions
Aaron Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 10 20:58:42 PDT 2018
asmith added a comment.
There's no LF_METHOD generated by Clang. Take a look at C1Class in the included tests which is the same are your example.
class C1Class {
public:
C1Class() = default; // FIXME: Clang generates defaulted ctor while MSVC doesn't.
// We won't check what clang yields in this test. (though FO is correct)
};
Repository:
rL LLVM
https://reviews.llvm.org/D45123
More information about the llvm-commits
mailing list