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

Etienne Bergeron via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 15 09:35:31 PDT 2016


etienneb added inline comments.

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


http://reviews.llvm.org/D19118





More information about the cfe-commits mailing list