[clang-tools-extra] [clangd] Add quick fix to automatically adds NOLINTNEXTLINE comment (PR #114661)

Richard Li via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 30 07:58:41 PST 2024


chomosuke wrote:

Hi @kadircet, I have just started looking into `FeatureModule` and could not find any example of it being used apart from testing. Just want to confirm that this infrastructure isn't currently being used by anything in Clangd.

I assume I should extend `FeatureModule` to add my NOLINT fix feature and add it in `ClangMain.cpp` based on command line options. Would that be the correct approach?

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


More information about the cfe-commits mailing list