9 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_GLOBLIST_H 10 #define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_GLOBLIST_H 12 #include "clang/Basic/LLVM.h" 13 #include "llvm/ADT/StringRef.h" 14 #include "llvm/Support/Regex.h" 42 mutable llvm::Regex Regex;
44 std::vector<GlobListItem> Items;
50 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_GLOBLIST_H Read-only set of strings represented as a list of positive and negative globs.
GlobList(StringRef Globs)
Globs is a comma-separated list of globs (only the '*' metacharacter is supported) with an optional '...
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
bool contains(StringRef S)
Returns true if the pattern matches S.