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

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 00:06:09 PDT 2024


================
@@ -4027,12 +4031,10 @@ Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName,
   // Reset possible inheritance
   Style.InheritsParentConfig = false;
 
-  auto dropDiagnosticHandler = [](const llvm::SMDiagnostic &, void *) {};
-
----------------
owenca wrote:

Sorry! We do need it.

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


More information about the cfe-commits mailing list