LLVM: llvm::GlobPattern Class Reference (original) (raw)

This class implements a glob pattern matcher similar to the one found in bash, but with some key differences. More...

This class implements a glob pattern matcher similar to the one found in bash, but with some key differences.

Namely, that * matches all characters and does not exclude path separators.

Some known edge cases are:

Examples:

Definition at line 52 of file GlobPattern.h.