[PATCH] D19118: [clang-tidy] Add checker for operations between integrals and pointers

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 16:44:37 PDT 2016


Eugene.Zelenko added a subscriber: Eugene.Zelenko.

================
Comment at: docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst:9
@@ +8,3 @@
+object is compare to an object with integral type.
+
+
----------------
Looks like excessive line.

================
Comment at: docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst:22
@@ +21,3 @@
+
+  void Prcess(std::string path, bool* error) {
+    [...]
----------------
Process?


http://reviews.llvm.org/D19118





More information about the cfe-commits mailing list