[clang] [clang-format] Add DiagHandler for getStyle function (PR #91317)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 3 17:40:48 PDT 2024


https://github.com/owenca commented:

Can you call `parseConfiguration()` instead of `getStyle()` in QtCreator while the user is entering code? It seems inefficient to call `getStyle()` all the time.

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


More information about the cfe-commits mailing list