[PATCH] D39121: [clang-tidy] Misplaced Operator in Strlen in Alloc

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 6 05:57:17 PST 2017


baloghadamsoftware marked 12 inline comments as done.
baloghadamsoftware added inline comments.


================
Comment at: test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.c:1
+// RUN: %check_clang_tidy %s bugprone-misplaced-operator-in-strlen-in-alloc %t
+
----------------
aaron.ballman wrote:
> Please clang-format this file.
I omitted it intantionally. No I did it, but it meant lots of editing back the `CHECK-MESSAGES` and `CHECK-FIXES` comments. They were broken were they should not have been, and merged where they should not have been.


================
Comment at: test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.cpp:1
+// RUN: %check_clang_tidy %s bugprone-misplaced-operator-in-strlen-in-alloc %t
+
----------------
aaron.ballman wrote:
> Please clang-format this file.
Same as above.


https://reviews.llvm.org/D39121





More information about the cfe-commits mailing list