[PATCH] D96033: [clang-repl] Land initial infrastructure for incremental parsing

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 16 17:20:04 PDT 2021


leonardchan added a comment.

> @leonardchan, @phosek, I am not aware of such flag. Do you know how much memory does LTO + clang-repl consume and would it make sense to ping some of the LTO folks for their advice?

I played around a bit with adding a flag and it turned out to be not as difficult as I thought it would: D108173 <https://reviews.llvm.org/D108173>. I think making this more of an "opt-in/out" tool like clang-staticanalyzer might be a good idea in general since not all downstream users may want to built all clang tools.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96033



More information about the cfe-commits mailing list