clang 17.0.0git
|
Go to the source code of this file.
Classes | |
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::DefMapTy = llvm::DenseMap< const VarDecl *, std::vector< 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) |