clang 19.0.0git
Namespaces | Variables
CommonBugCategories.h File Reference

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::ento
 
namespace  clang::ento::categories
 

Variables

const char *const clang::ento::categories::AppleAPIMisuse = "API Misuse (Apple)"
 
const char *const clang::ento::categories::CoreFoundationObjectiveC = "Core Foundation/Objective-C"
 
const char *const clang::ento::categories::LogicError = "Logic error"
 
const char *const clang::ento::categories::MemoryRefCount
 
const char *const clang::ento::categories::MemoryError = "Memory error"
 
const char *const clang::ento::categories::UnixAPI = "Unix API"
 
const char *const clang::ento::categories::CXXObjectLifecycle = "C++ object lifecycle"
 
const char *const clang::ento::categories::CXXMoveSemantics = "C++ move semantics"
 
const char *const clang::ento::categories::SecurityError = "Security error"
 
const char *const clang::ento::categories::UnusedCode = "Unused code"
 
const char *const clang::ento::categories::TaintedData = "Tainted data used"