Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/CodeGen/CGDebugInfo.cpp | ||
---|---|---|
231–234 | Rather than doing an extra lookup in the assert, could probably check the return value of insert instead and assert based on that? |
Paths
| Differential D125695
[clang][DebugInfo] Allow function-local type-like entities to be scoped within a lexical block (5/5) AcceptedPublic Authored by krisb on May 16 2022, 8:44 AM.
Details Summary
Diff Detail
Event Timelinekrisb added a parent revision: D125693: [DebugInfo] Support types, imports and static locals declared in a lexical block (3/5). This revision is now accepted and ready to land.May 26 2022, 6:10 PM
Revision Contents
Diff 434541 clang/lib/CodeGen/CGDebugInfo.h
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDecl.cpp
clang/test/CodeGenCXX/debug-info-local-types.cpp
|
Rather than doing an extra lookup in the assert, could probably check the return value of insert instead and assert based on that?