[all-commits] [llvm/llvm-project] 23c84f: [NFC sanitizer_symbolizer] Make some functions non...
Andres Villegas via All-commits
all-commits at lists.llvm.org
Tue Nov 21 13:23:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23c84fb362849865990c0e160158b19f54742147
https://github.com/llvm/llvm-project/commit/23c84fb362849865990c0e160158b19f54742147
Author: Andres Villegas <andresvi at google.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
Log Message:
-----------
[NFC sanitizer_symbolizer] Make some functions non virtual in StackTracePrinter. (#73029)
Make some methods of StackTracPrinter that will have a common
implementation, non virtual.
More information about the All-commits
mailing list