[analyzer] Remove traces of ubigraph visualization
authorGeorge Karpenkov <ekarpenkov@apple.com>
Thu, 6 Sep 2018 23:07:47 +0000 (23:07 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Thu, 6 Sep 2018 23:07:47 +0000 (23:07 +0000)
commit95363e378aab20a8093bd22cf8c1a884a8ead039
treeec14323f924fb9a4b5f025ef7a1e6420814985aa
parente40d4053ba8a3ef9eb22eddb8a747e3a1c8a2450
[analyzer] Remove traces of ubigraph visualization

Ubigraph project has been dead since about 2008, and to the best of my
knowledge, no one was using it.
Previously, I wasn't able to launch the existing binary at all.

Differential Revision: https://reviews.llvm.org/D51655

llvm-svn: 341601
clang/include/clang/Driver/CC1Options.td
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
clang/test/Analysis/ubigraph-viz.cpp [deleted file]
clang/tools/scan-build-py/libscanbuild/analyze.py
clang/tools/scan-build/libexec/ccc-analyzer
clang/utils/analyzer/ubiviz [deleted file]