[PATCH] D59251: [Documentation] Proposal for plan to change variable names
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 06:35:42 PDT 2019
jhenderson added inline comments.
================
Comment at: llvm/docs/Proposals/VariableNames.rst:77
+``camelBack`` is consistent with [WebKit]_, [Qt]_ and [Swift]_ while
+``lower_case`` is consistent with [LLDB]_, [Google]_, [Rust]_ and [Python]_.
+
----------------
Probably also worth noting that lower_case is consistent with the C++ standard, and maybe other projects like Boost?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59251/new/
https://reviews.llvm.org/D59251
More information about the llvm-commits
mailing list