[PATCH] D45457: [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommon

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 10:28:42 PDT 2018


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


================
Comment at: lib/sanitizer_common/sanitizer_symbolizer_report.cc:8
+//
+//===---------------------------------------------------------------------===//
+//
----------------
You're one dash short here and in the line below :)


================
Comment at: lib/sanitizer_common/sanitizer_symbolizer_report.cc:10
+//
+/// This file is shared between AddressSanitizer and other sanitizer run-time
+/// libraries and implements symbolized reports related functions.
----------------
Remove extra /


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45457





More information about the llvm-commits mailing list