[PATCH] D44171: [scudo] Make logging more consistent

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 13:12:30 PST 2018


alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/scudo/scudo_allocator.cpp:178
+      dieWithMessage("invalid chunk state when recycling address %p\n", Ptr);
     }
     Chunk::eraseHeader(Ptr);
----------------
I'd remove brackets in one liners to be consistent with the rest of the code.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44171





More information about the llvm-commits mailing list