[clang-tools-extra] [clangd] Handle lambda scopes inside Node::getDeclContext() (PR #76329)

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 10 22:35:35 PST 2024


HighCommander4 wrote:

> Shouldn't it be placed on a new line?

I think what may be happening here is that the refactorings try to avoid duplicating the work of the formatter, and just generate syntactically valid code that the formatter will then format according to the codebase's clang-format settings.


https://github.com/llvm/llvm-project/pull/76329


More information about the cfe-commits mailing list