clang 18.0.0git
|
Go to the source code of this file.
Classes | |
class | clang::VariableGroupsManager |
class | clang::UnsafeBufferUsageHandler |
The interface that lets the caller handle unsafe buffer usage analysis results by overriding this class's handle... methods. More... | |
Namespaces | |
namespace | clang |
namespace | clang::internal |
Typedefs | |
using | clang::VarGrpTy = std::vector< const VarDecl * > |
using | clang::VarGrpRef = ArrayRef< const VarDecl * > |
Functions | |
void | clang::checkUnsafeBufferUsage (const Decl *D, UnsafeBufferUsageHandler &Handler, bool EmitSuggestions) |
bool | clang::internal::anyConflict (const llvm::SmallVectorImpl< FixItHint > &FixIts, const SourceManager &SM) |