clang 19.0.0git
Public Attributes | List of all members
WarningGadgetSets Struct Reference

Public Attributes

std::map< const VarDecl *, std::set< const WarningGadget * >, CompareNode< VarDecl > > byVar
 
llvm::SmallVector< const WarningGadget *, 16 > noVar
 

Detailed Description

Definition at line 1438 of file UnsafeBufferUsage.cpp.

Member Data Documentation

◆ byVar

std::map<const VarDecl *, std::set<const WarningGadget *>, CompareNode<VarDecl> > WarningGadgetSets::byVar

◆ noVar

llvm::SmallVector<const WarningGadget *, 16> WarningGadgetSets::noVar

The documentation for this struct was generated from the following file: