[PATCH] D97138: [Driver] replace argc_ with argc
Shao-Ce Sun via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 21 00:10:18 PST 2021
achieveartificialintelligence created this revision.
achieveartificialintelligence added reviewers: MaskRay, jhenderson, aganea, richard.barton.arm, sameeranjoshi.
Herald added a reviewer: awarzynski.
achieveartificialintelligence requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Using `int main(int argc, const char **argv)` instead of `int main(int argc_, const char **argv_)` to keep pace with other `main()`s.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97138
Files:
clang/tools/driver/driver.cpp
flang/tools/flang-driver/driver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97138.325279.patch
Type: text/x-patch
Size: 9463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210221/e12be6a4/attachment-0001.bin>
More information about the cfe-commits
mailing list