diff options
| author | Ted Kremenek <kremenek@apple.com> | 2008-01-23 22:54:57 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2008-01-23 22:54:57 +0000 |
| commit | cefae084a3350eb21ba0d06c41ef901e17549864 (patch) | |
| tree | ea8c8636b9ee8c464dcdd5e8cd66416bf91d77fa /clang/Analysis/GRConstants.cpp | |
| parent | 930191c0110668d91aeebd5a7ac50f0569954a58 (diff) | |
| download | bcm5719-llvm-cefae084a3350eb21ba0d06c41ef901e17549864.tar.gz bcm5719-llvm-cefae084a3350eb21ba0d06c41ef901e17549864.zip | |
Removed extra GraphViz node attributes for GRConstants, as some of them were
causing problems with Dot.
llvm-svn: 46285
Diffstat (limited to 'clang/Analysis/GRConstants.cpp')
| -rw-r--r-- | clang/Analysis/GRConstants.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/Analysis/GRConstants.cpp b/clang/Analysis/GRConstants.cpp index 4cfad27adb1..84a8f048a8a 100644 --- a/clang/Analysis/GRConstants.cpp +++ b/clang/Analysis/GRConstants.cpp @@ -723,11 +723,6 @@ template<> struct VISIBILITY_HIDDEN DOTGraphTraits<GRConstants::NodeTy*> : public DefaultDOTGraphTraits { - - static std::string getNodeAttributes(void*, void*) { - return "fontname=\"monaco,fixed\", fontsize=\"11\""; - } - static void PrintKind(std::ostringstream& Out, ValueKey::Kind kind) { switch (kind) { case ValueKey::IsSubExp: Out << "Sub-Expressions:\\l"; break; |

