|
clang-tools 23.0.0git
|
Go to the source code of this file.
Classes | |
| class | clang::tidy::llvm_check::UseVectorUtilsCheck |
| Finds calls to llvm::to_vector(llvm::map_range(...)) and llvm::to_vector(llvm::make_filter_range(...)) that can be replaced with llvm::map_to_vector and llvm::filter_to_vector from SmallVectorExtras.h. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::llvm_check |