[all-commits] [llvm/llvm-project] ad14cc: [clang][flang] Improve the consistency of the code...
Shao-Ce Sun via All-commits
all-commits at lists.llvm.org
Thu Feb 25 05:26:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad14ccc8c22e1480db7bfc1a176311e6f572c588
https://github.com/llvm/llvm-project/commit/ad14ccc8c22e1480db7bfc1a176311e6f572c588
Author: Shao-Ce Sun <llvm at foxmail.com>
Date: 2021-02-25 (Thu, 25 Feb 2021)
Changed paths:
M clang/tools/driver/driver.cpp
M flang/tools/flang-driver/driver.cpp
Log Message:
-----------
[clang][flang] Improve the consistency of the code-base
In clang:
Replace argc_ with Argc
Replace argv_ with Argv
Replace argv with Args
In flang:
Replace argc_ with argc
Replace argv_ with argv
Replace argv with args
Reviewed By: awarzynski, aganea
Differential Revision: https://reviews.llvm.org/D97138
More information about the All-commits
mailing list