[PATCH] D131632: [clang] Enable output of SARIF diagnostics

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 26 12:30:55 PDT 2022


thakis added a comment.

This adds warnings:

  [498/568] CXX obj/clang/lib/Frontend/Frontend.SARIFDiagnostic.o
  ../../clang/lib/Frontend/SARIFDiagnostic.cpp:74:25: warning: unused variable 'Filename' [-Wunused-variable]
          llvm::StringRef Filename =
                          ^
  In file included from ../../clang/lib/Frontend/SARIFDiagnostic.cpp:9:
  ../../clang/include/clang/Frontend/SARIFDiagnostic.h:58:16: warning: private field 'OS' is not used [-Wunused-private-field]
    raw_ostream &OS;
                 ^


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131632/new/

https://reviews.llvm.org/D131632



More information about the cfe-commits mailing list