[PATCH] D66099: [GWP-ASan] Update backtrace function signature.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 14:07:39 PDT 2019
hctim added inline comments.
================
Comment at: compiler-rt/lib/gwp_asan/options.h:24
+// following formats: 1. integers: "%([0-9]*)?(z|ll)?{d,u,x,X}" 2. pointers:
+// "%p" 3. strings: "%[-]([0-9]*)?(\\.\\*)?s" 4. chars: "%c"
+// =================================== Notes ===================================
----------------
vlad.tsyrklevich wrote:
> Replace tabs with spaces.
This actually got caught up in my comment auto-formatter and it mucked it up. Have fixed it up, thanks for the catch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66099/new/
https://reviews.llvm.org/D66099
More information about the llvm-commits
mailing list