For the RAII lock usage we need to create a local var. There were some headers which clang-tidy identified as unused.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138593
[memprof] Fix RAII usage of SpinMutexLock, remove unused headers. ClosedPublic Authored by snehasish on Nov 23 2022, 11:00 AM.
Details Summary For the RAII lock usage we need to create a local var. There were some headers which clang-tidy identified as unused.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 23 2022, 11:05 AM This revision was landed with ongoing or failed builds.Nov 23 2022, 11:16 AM Closed by commit rGcf5c53727bd4: [memprof] Fix RAII usage of SpinMutexLock, remove unused headers. (authored by snehasish). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 477569 compiler-rt/lib/memprof/memprof_allocator.cpp
|