aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/GlobPatternTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-30[GlobPattern] Support brace expansionsEllis Hoag1-11/+86
2023-07-25[Support] Rewrite GlobPatternFangrui Song1-2/+13
2023-07-25[unittest] Add [*] test to GlobPatternTest.cppFangrui Song1-0/+5
2023-07-25[unittest] Remove some tests from f5ae7e3489f317ce8c60df7258dbe31c8f988aa9 th...Fangrui Song1-13/+2
2023-07-25[unittest] Improve GlobPattern testsFangrui Song1-0/+45
2020-09-16[Support] Add GlobPattern::isTrivialMatchAll()Andrew Ng1-0/+13
2020-05-17Revert rGca18ce1a00cd8b7cb7ce0e130440f5ae1ffe86ee "GlobPattern.h - remove unn...Simon Pilgrim1-1/+0
2020-05-17GlobPattern.h - remove unnecessary BitVector.h/StringRef.h includes. NFCSimon Pilgrim1-0/+1
2019-10-17Reapply r375051: [support] GlobPattern: add support for `\` and `[!...]`, and...Jordan Rupprecht1-38/+96
2019-10-16Revert [support] GlobPattern: add support for `\` and `[!...]`, and allow `]`...Jordan Rupprecht1-96/+38
2019-10-16[support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in mor...Jordan Rupprecht1-38/+96
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-07-31[Support/GlobPattern] - Do not crash when pattern has characters with int val...George Rimar1-0/+9
2016-12-20Move GlobPattern class from LLD to llvm/Support.Rui Ueyama1-0/+70