GetStackTrace is a private implementation detail of BufferedStackTrace.
Make it a private method.
Details
Details
- Reviewers
vitalybuka
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28615 Build 28614: arc lint + arc unit
Event Timeline
Comment Actions
LGTM, I asked exactly this in another review :)
compiler-rt/lib/asan/asan_stack.cc | ||
---|---|---|
31 | I don't understand meaning of Runtime here. Final decision is up to you |
compiler-rt/lib/asan/asan_stack.cc | ||
---|---|---|
31 | Okay, let's go with UnwindImpl. |
I don't understand meaning of Runtime here.
Maybe UnwindRuntime -> UnwindImpl
Final decision is up to you
if you prefere Runtime, maybe UnwindByRuntime?