================
@@ -383,6 +361,34 @@ void applyWarningOptions(llvm::ArrayRef<std::string> 
ExtraArgs,
   }
 }
 
+bool passesTidyLineFilter(const tidy::ClangTidyOptions &Options,
----------------
vbvictor wrote:

Can we reuse this from clang-tidy lib? We are linking it anyway inside clangd.
This brings some refactoring from tidy side but IMO it's a lot better than 
line-by-line code diplication.

https://github.com/llvm/llvm-project/pull/202575
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to