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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits