[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 09:04:10 PST 2018


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

Updating based on review feedback.

Changed the macro name from `DOCS` to `DOC_URI` to differentiate it from `DESC`.


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/ClangVisualizers/clang.natvis
  utils/TableGen/ClangSACheckersEmitter.cpp
  www/analyzer/alpha_checks.html
  www/analyzer/available_checks.html

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


More information about the cfe-commits mailing list