commit | 18ead7b45654af5efec2484a7487f61f2576bc1c | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Wed Jun 24 17:37:55 2009 +0000 |
committer | Owen Anderson <resistor@mac.com> | Wed Jun 24 17:37:55 2009 +0000 |
tree | 3556e4375de43a1da87c77fcddea8415a0c1af74 | |
parent | a8a69e1837cdb6ccba7c8fed5ecc28cd9a1ef2e1 [diff] [blame] |
Update for LLVM API changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74085 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index 5ea9b29..8266cdc 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp
@@ -3156,7 +3156,8 @@ return ""; } - static std::string getNodeLabel(const GRExprEngine::NodeTy* N, void*) { + static std::string getNodeLabel(const GRExprEngine::NodeTy* N, void*, + bool ShortNames) { std::ostringstream Out; // Program Location.