[PATCH] D73307: Unique Names for Functions with Internal Linkage
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 18 17:55:57 PDT 2020
MaskRay added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:961
+ Opts.UniqueInternalFuncNames = Args.hasArg(OPT_funique_internal_funcnames);
+
----------------
Delete excess empty line.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73307/new/
https://reviews.llvm.org/D73307
More information about the cfe-commits
mailing list