summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp')
-rw-r--r--lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp b/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp
deleted file mode 100644
index e2a8ea6..0000000
--- a/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-//=--- CommonBugCategories.cpp - Provides common issue categories -*- C++ -*-=//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-// Common strings used for the "category" of many static analyzer issues.
-namespace clang { namespace ento { namespace categories {
-
-const char *CoreFoundationObjectiveC = "Core Foundation/Objective-C";
-const char *MemoryCoreFoundationObjectiveC =
- "Memory (Core Foundation/Objective-C)";
-const char *UnixAPI = "Unix API";
-}}}
-
OpenPOWER on IntegriCloud