[PATCH] D57896: Variable names rule

Michael Platings via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 08:45:10 PST 2019


michaelplatings updated this revision to Diff 187252.
michaelplatings added a comment.

Update .clang-tidy files to use aNy_CasE until camelBackOrCase is available.
Add more guidance around acronyms.
Add more guidance around consistency with existing CamelCase variable names.
Change other code examples to camelBack.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57896/new/

https://reviews.llvm.org/D57896

Files:
  .clang-tidy
  clang/.clang-tidy
  llvm/.clang-tidy
  llvm/docs/CodingStandards.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57896.187252.patch
Type: text/x-patch
Size: 21049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/2551f446/attachment.bin>


More information about the llvm-commits mailing list