1//=--- CommonBugCategories.cpp - Provides common issue categories -*- C++ -*-=//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//===----------------------------------------------------------------------===//
11// Common strings used for the "category" of many static analyzer issues.
20 "Memory (Core Foundation/Objective-C/OSObject)";
28}
// namespace categories
const char *const UnixAPI
const char *const AppleAPIMisuse
const char *const CoreFoundationObjectiveC
const char *const LogicError
const char *const UnusedCode
const char *const CXXMoveSemantics
const char *const MemoryRefCount
const char *const CXXObjectLifecycle
const char *const MemoryError
const char *const SecurityError
const char *const TaintedData
The JSON file list parser is used to communicate input to InstallAPI.