In-memory preambles will not be copied anymore, so we need to make
sure they outlive the AST.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12443 Build 12443: arc lint + arc unit
Event Timeline
clangd/ClangdUnit.h | ||
---|---|---|
51 | can you move the definition here to avoid the extra decl? |
can you move the definition here to avoid the extra decl?
(I tend to find this more readable and the struct is small, but if you prefer "top-down" that's fine too)