[PATCH] D60974: Clang IFSO driver action.
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 14:27:21 PDT 2019
alexshap added inline comments.
================
Comment at: clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp:30
+ uint8_t Binding;
+ MangledSymbol() = delete;
+ MangledSymbol(const std::string &Name, const std::string &ParentName,
----------------
would be nice to have a newline before the ctor
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60974/new/
https://reviews.llvm.org/D60974
More information about the llvm-commits
mailing list