From 952eddef9aff85b1e92626e89baaf7a360e2ac85 Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 22 Dec 2013 00:07:40 +0000 Subject: Vendor import of clang release_34 branch r197841 (effectively, 3.4 RC3): https://llvm.org/svn/llvm-project/cfe/branches/release_34@197841 --- lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp (limited to 'lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp') 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"; -}}} - -- cgit v1.1