[PATCH] D54396: [MS Demangler] Print public:, protected:, private: if set in FunctionClass.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 11 12:24:34 PST 2018
thakis added inline comments.
================
Comment at: lib/Demangle/MicrosoftDemangleNodes.cpp:386
+ if (FunctionClass & FC_ExternC)
+ OS << "extern \"C\" ";
+
----------------
(I'm reordering this to make the order in the function match the order of the FC_ enum entries.)
https://reviews.llvm.org/D54396
More information about the llvm-commits
mailing list