Home
last modified time | relevance | path

Searched refs:AllowEmptyCatchForExceptions (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEmptyCatchCheck.cpp60 AllowEmptyCatchForExceptions(utils::options::parseStringList( in EmptyCatchCheck()
68 utils::options::serializeStringList(AllowEmptyCatchForExceptions)); in storeOptions()
82 namedDecl(matchers::matchesAnyListedName(AllowEmptyCatchForExceptions)); in registerMatchers()
H A DEmptyCatchCheck.h32 std::vector<llvm::StringRef> AllowEmptyCatchForExceptions; variable
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dempty-catch.rst137 .. option:: AllowEmptyCatchForExceptions