aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm-project@meinersbur.de>2020-11-09 18:47:41 -0600
committerMichael Kruse <llvm-project@meinersbur.de>2020-11-09 19:35:11 -0600
commite5dba2d7e5a6ab8266954e13844355d795c8c88b (patch)
tree401b7441a54e6fba45f8f4c7ab7b000f737acc3e /clang/lib/CodeGen/CodeGenModule.cpp
parent2f1038c7b699e959e0521638e2e2818a849fe19c (diff)
downloadllvm-e5dba2d7e5a6ab8266954e13844355d795c8c88b.zip
llvm-e5dba2d7e5a6ab8266954e13844355d795c8c88b.tar.gz
llvm-e5dba2d7e5a6ab8266954e13844355d795c8c88b.tar.bz2
[OMPIRBuilder] Start 'Create' methods with lower case. NFC.
For consistency with the IRBuilder, OpenMPIRBuilder has method names starting with 'Create'. However, the LLVM coding style has methods names starting with lower case letters, as all other OpenMPIRBuilder already methods do. The clang-tidy configuration used by Phabricator also warns about the naming violation, adding noise to the reviews. This patch renames all `OpenMPIRBuilder::CreateXYZ` methods to `OpenMPIRBuilder::createXYZ`, and updates all in-tree callers. I tested check-llvm, check-clang, check-mlir and check-flang to ensure that I did not miss a caller. Reviewed By: mehdi_amini, fghanim Differential Revision: https://reviews.llvm.org/D91109
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions