[PATCH] D35937: [clang-tidy] Add new readability non-idiomatic static access

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 27 07:16:13 PDT 2017


Eugene.Zelenko added inline comments.


================
Comment at: docs/clang-tidy/checks/readability-static-accessed-through-instance.rst:7
+Checks for member expressions that access static members through instances, and
+replaces them with the corresponding expressions that use a more readable `::` operator.
+
----------------
Is :: operator really?


Repository:
  rL LLVM

https://reviews.llvm.org/D35937





More information about the cfe-commits mailing list