summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/BlockCounter.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/BlockCounter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp b/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
index 64478875601..c1ac03d5ab9 100644
--- a/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
+++ b/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
@@ -43,7 +43,7 @@ public:
}
};
-} // namespace
+}
typedef llvm::ImmutableMap<CountKey, unsigned> CountMap;
OpenPOWER on IntegriCloud