[PATCH] D83431: [Docs] CodingStandards: for_each is discouraged

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 13:05:58 PDT 2020


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/docs/CodingStandards.rst:1306
+Usage of ``std::for_each()``/``llvm::for_each()`` functions is discouraged,
+unless the the callable object already exists.
+
----------------
Typo: s/the the/if the/;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83431





More information about the llvm-commits mailing list