[PATCH] D66099: [GWP-ASan] Update backtrace function signature.

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 13:04:12 PDT 2019


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


================
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 ===================================
----------------
Replace tabs with spaces.


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