clang: lib/StaticAnalyzer/Core/CommonBugCategories.cpp Source File

clang 22.0.0git
CommonBugCategories.cpp
Go to the documentation of this file.
1//=--- CommonBugCategories.cpp - Provides common issue categories -*- C++ -*-=//
2//
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
6//
7//===----------------------------------------------------------------------===//
8
9#include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
10
11// Common strings used for the "category" of many static analyzer issues.
12namespace clang {
13namespace ento {
14namespace categories {
15
16 const char *const AppleAPIMisuse = "API Misuse (Apple)";
17 const char *const CoreFoundationObjectiveC = "Core Foundation/Objective-C";
18 const char *const LogicError = "Logic error";
19 const char *const MemoryRefCount =
20 "Memory (Core Foundation/Objective-C/OSObject)";
21 const char *const MemoryError = "Memory error";
22 const char *const UnixAPI = "Unix API";
23 const char *const CXXObjectLifecycle = "C++ object lifecycle";
24 const char *const CXXMoveSemantics = "C++ move semantics";
25 const char *const SecurityError = "Security error";
26 const char *const UnusedCode = "Unused code";
27 const char *const TaintedData = "Tainted data used";
28} // namespace categories
29} // namespace ento
30} // namespace clang
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.

Generated on for clang by doxygen 1.14.0

AltStyle によって変換されたページ (->オリジナル) /