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

Public Attributes

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

Detailed Description

Definition at line 1533 of file UnsafeBufferUsage.cpp.

Member Data Documentation

◆ byVar

std::map<const VarDecl *, std::set<const FixableGadget *>, CompareNode<VarDecl> > FixableGadgetSets::byVar

Definition at line 1538 of file UnsafeBufferUsage.cpp.

Referenced by clang::checkUnsafeBufferUsage(), and groupFixablesByVar().


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