[PATCH] D77963: Refactor StringMap.h, splitting StringMapEntry out to its own header.
Ehud Katz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 12 01:02:22 PDT 2020
ekatz added a comment.
The variables naming convention is inconsistent.
**LLVM** is using //CamelCase// while **MLIR** is using //camelBack//.
I know there have been some discussions regarding changing LLVM to use camelBack for variables as well, but I am not sure if there was any conclusion...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77963/new/
https://reviews.llvm.org/D77963
More information about the llvm-commits
mailing list