[PATCH] D55707: Update to SARIF 11-28

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 14 09:47:43 PST 2018


aaron.ballman marked an inline comment as done.
aaron.ballman added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/SarifDiagnostics.cpp:218
     const PathDiagnosticLocation &P = Piece->getLocation();
+    const auto *CP = dyn_cast<PathDiagnosticCallPiece>(Piece.get());
     Locations.push_back(createThreadFlowLocation(
----------------
Ignore this line, it is debugging cruft and will be removed.


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

https://reviews.llvm.org/D55707





More information about the cfe-commits mailing list