Introduce an extra scope (another static function) to replace calls to
unique_ptr::reset with implicit destructors via RAII.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101542
[NFC] Refactor ExecuteAssembler in cc1as_main.cpp ClosedPublic Authored by scott.linder on Apr 29 2021, 9:11 AM.
Details Summary Introduce an extra scope (another static function) to replace calls to
Diff Detail
Event Timelinescott.linder created this revision. This revision is now accepted and ready to land.Apr 29 2021, 9:49 AM Closed by commit rGcab19d84ce85: [NFC] Refactor ExecuteAssembler in cc1as_main.cpp (authored by scott.linder). · Explain WhyApr 30 2021, 10:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 341542 clang/tools/driver/cc1as_main.cpp
|