[PATCH] D53688: [clangd] Add fallbackFlags initialization extension.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 05:54:54 PDT 2018


ilya-biryukov added a comment.

This feels like a configuration option that might be changed in the course of running clangd.
Are there any strong reasons to make it work only upon initialization? My guess is that it keeps the code simpler, but if we approached it purely from the UX perspective, changing it while running clangd seems to make sense. WDYT?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53688





More information about the cfe-commits mailing list