What's Changed
With this version, filecheck officially changes their license to the apache2, to keep in spirit of other LLVM projects.
- checks: Make check-empty also work on EOF (fixes #23) by @AntonLydike in #24
- Improve CHECK-LABEL error message by @Moxinilian in #26
- Stricter prefix matching (fixes #28) by @AntonLydike in #29
- Fix issue with windows newlines not being normalised (fixes #27) by @AntonLydike in #30
- Fix matching on
$
(fixes #9) by @AntonLydike in #31 - Relicense to apache2 license by @AntonLydike in #34
- Add support for --dump-input flag (fixes #19) by @AntonLydike in #36
New Contributors
- @Moxinilian made their first contribution in #26
Full Changelog: v1.0.0...v1.0.1