Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Sorry, forgot to address the style comments. Will send a followup patch.
clang-tools-extra/clangd/Preamble.cpp | ||
---|---|---|
87 | that makes sense if ParsedCallback is the "main line" case that we're bailing out of (which is how it was written before), but I don't really see it that way. | |
400 | I think this pattern of constructor (long list of args, forwards them into public fields) isn't terribly useful, but I should have been consistent here. Will send a cleanup. |
nit: maybe do this at the top and keep the early exit?