[PATCH] D131084: Add support for specifying the severity of a SARIF Result.

Vaibhav Yenamandra via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 11:40:12 PDT 2022


vaibhav.y added inline comments.


================
Comment at: clang/include/clang/Basic/Sarif.h:256
   std::string HelpURI;
+  SarifReportingConfiguration DefaultConfiguration;
 
----------------
Is this form preferred for expressing a statically known default value?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131084



More information about the cfe-commits mailing list