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

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 10:42:36 PDT 2018


cryptoad added inline comments.


================
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.
----------------
alekseyshl wrote:
> Remove extra /
So the triple / comes from https://llvm.org/docs/CodingStandards.html#file-headers:
`The main body is a doxygen comment (identified by the /// comment marker instead of the usual //) describing the purpose of the file.`


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45457





More information about the llvm-commits mailing list