We were always storing a regular ValueDecl* as decomposition declaration
and haven't been using the opportunity to initialize it lazily.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99455
[AST] Store regular ValueDecl* in BindingDecl ClosedPublic Authored by aaronpuchert on Mar 27 2021, 6:06 AM.
Details Summary We were always storing a regular ValueDecl* as decomposition declaration
Diff Detail
Event Timelineaaronpuchert created this revision. This revision is now accepted and ready to land.May 20 2021, 6:20 AM This revision was landed with ongoing or failed builds.May 20 2021, 7:29 AM Closed by commit rGa5c2ec96e5f9: [AST] Store regular ValueDecl* in BindingDecl (NFC) (authored by aaronpuchert). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 346723 clang/include/clang/AST/DeclCXX.h
clang/lib/AST/DeclCXX.cpp
|