search for: 04a9ac84

Displaying 2 results from an estimated 2 matches for "04a9ac84".

2016 May 26
0
RFC: FileCheck Enhancements
...pecific test, but that won't be possible when these features are used. I prefer an easy to read but long test file to a hard to read but compact one. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160526/04a9ac84/attachment.html>
2016 May 24
12
RFC: FileCheck Enhancements
Hi everyone, There was idea to add new directives to FileCheck: 1. Directive to use some patterns as named template with or without parameters. 2. CHECK-INCLUDE - Directive to include other file with checks to another. 3. Expressions repeat for CHECK - If statement should be checked several times repeat modifiers {n}, {n,m} , {,n}, {n,}, *, + can be used. 4. Repeat in