[PATCH] D55792: Allow direct navigation to static analysis checker documentation through SARIF exports

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 18 06:34:27 PST 2018


aaron.ballman updated this revision to Diff 178658.
aaron.ballman added a comment.

Updated based on review feedback.

Now generating the full HTML link from tablegen instead of piecemeal. Also, updated `CheckerRegistry` and `CheckerInfo` to expose this information for checkers written as plugins.


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

https://reviews.llvm.org/D55792

Files:
  include/clang/Driver/CC1Options.td
  include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
  include/clang/StaticAnalyzer/Checkers/CheckerBase.td
  include/clang/StaticAnalyzer/Checkers/Checkers.td
  include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
  lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
  lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
  test/Analysis/diagnostics/Inputs/expected-sarif/sarif-multi-diagnostic-test.c.sarif
  utils/TableGen/ClangSACheckersEmitter.cpp
  www/analyzer/alpha_checks.html
  www/analyzer/available_checks.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55792.178658.patch
Type: text/x-patch
Size: 117560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181218/074bf139/attachment-0001.bin>


More information about the cfe-commits mailing list