[all-commits] [llvm/llvm-project] 4606f8: [flang][driver][nfc] Fix capitalisation
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Jan 31 02:37:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4606f838b2b60ce7d3995adf194eee470bf2395b
https://github.com/llvm/llvm-project/commit/4606f838b2b60ce7d3995adf194eee470bf2395b
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Frontend/CompilerInvocation.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Frontend/FrontendAction.cpp
Log Message:
-----------
[flang][driver][nfc] Fix capitalisation
As pointed out in https://reviews.llvm.org/D93401, some methods in the
Flang driver are named inconsistently. The driver strives to follow
Flang's C++ style [1] and this patch updates these methods accordingly.
[1]
https://github.com/llvm/llvm-project/blob/main/flang/docs/C%2B%2Bstyle.md
Differential Revision: https://reviews.llvm.org/D118381
More information about the All-commits
mailing list