Updates the function signature and comments for backtracing (and printing
backtraces). This update brings GWP-ASan in line with future requirements for
stack frame compression, wherein the length of the trace is provided
explicitly, rather than relying on nullptr-termination.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 36620 Build 36619: arc lint + arc unit
Event Timeline
compiler-rt/lib/gwp_asan/options.h | ||
---|---|---|
24 | Replace tabs with spaces. |
Comment Actions
- Update comment format.
compiler-rt/lib/gwp_asan/options.h | ||
---|---|---|
24 | This actually got caught up in my comment auto-formatter and it mucked it up. Have fixed it up, thanks for the catch. |
Replace tabs with spaces.