diff options
Diffstat (limited to 'include/llvm/Support/GlobPattern.h')
-rw-r--r-- | include/llvm/Support/GlobPattern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/GlobPattern.h b/include/llvm/Support/GlobPattern.h index 66a4cd94c12a..0098ac65fd30 100644 --- a/include/llvm/Support/GlobPattern.h +++ b/include/llvm/Support/GlobPattern.h @@ -21,7 +21,7 @@ #include <vector> // This class represents a glob pattern. Supported metacharacters -// are "*", "?", "[<chars>]" and "[^<chars>]". +// are "*", "?", "\", "[<chars>]", "[^<chars>]", and "[!<chars>]". namespace llvm { class BitVector; template <typename T> class ArrayRef; |