[PATCH] D158967: [clangd] Record the stack bottom before building AST

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 28 01:53:30 PDT 2023


ilya-biryukov added a comment.

Would it be better to do this in the code that runs the parser?
This should help not only Clangd, but all the tools as well.

`clang::ParseAST` or `ASTFrontendAction::ExecuteAction` look like good candidates to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158967/new/

https://reviews.llvm.org/D158967



More information about the cfe-commits mailing list