[PATCH] D73307: Unique Names for Functions with Internal Linkage
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 16:24:34 PDT 2020
MaskRay added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenModule.cpp:1165
const auto *ND = cast<NamedDecl>(GD.getDecl());
+
std::string MangledName = getMangledNameImpl(*this, GD, ND);
----------------
Delete this unrelated cosmetic change.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73307/new/
https://reviews.llvm.org/D73307
More information about the cfe-commits
mailing list