As mentioned in D24394, I'm moving tid to ErrorBase, since basically all errors need it.
Also mentioned in the same review are other cleanups like adding const to BufferedStackTrace and make sure constructor orders are consistent.
Details
Details
- Reviewers
kcc vitalybuka eugenis - Commits
- rG64150ea00df7: [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be…
rCRT281236: [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be…
rL281236: [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be…
Diff Detail
Diff Detail
- Repository
- rL LLVM