1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/FileCheck
Benjamin Kramer 8fcc607c3a [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG
If there's enough data in fron of it the skipped region would just
become arbitrarily large, and we scan for the CHECK-NOT everywhere.

llvm-svn: 304900
2017-06-07 12:06:45 +00:00
..
check-a-b-has-b.txt
check-b-a-has-b.txt
check-dag-multi-prefix-2.txt
check-dag-multi-prefix.txt
check-dag-substring-prefix.txt
check-dag-xfails.txt
check-dag.txt [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG 2017-06-07 12:06:45 +00:00
check-empty.txt Fix windows build bot failure 2016-05-28 00:03:35 +00:00
check-label-dag-capture.txt
check-label-dag.txt
check-label.txt
check-multi-prefix-label.txt
check-multiple-prefixes-mixed.txt [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options. 2016-06-14 14:28:04 +00:00
check-multiple-prefixes-nomatch-2.txt [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options. 2016-06-14 14:28:04 +00:00
check-multiple-prefixes-nomatch.txt [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options. 2016-06-14 14:28:04 +00:00
check-multiple-prefixes-substr.txt
check-not-diaginfo.txt
check-prefixes.txt
check-substring-multi-prefix-2.txt
check-substring-multi-prefix.txt Make check lines not match themselves. 2016-06-16 19:38:48 +00:00
dos-style-eol.txt
first-character-match.txt
implicit-check-not.txt
line-count-2.txt
line-count.txt [FileCheck] Added --enable-var-scope option to enable scope for regex variables. 2017-03-09 17:59:04 +00:00
match-full-lines.txt Commit a test for match-full-lines. 2017-01-09 23:11:25 +00:00
multiple-missing-prefixes.txt [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options. 2016-06-14 14:28:04 +00:00
next-no-match.txt
no-multi-suffixes.txt Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix. 2016-02-29 22:13:03 +00:00
regex-brackets.txt
regex-no-match.txt
regex-scope.txt [FileCheck] Added --enable-var-scope option to enable scope for regex variables. 2017-03-09 17:59:04 +00:00
same.txt
separate-multi-prefix.txt
simple-var-capture.txt
two-checks-for-same-match.txt
validate-check-prefix.txt
var-ref-same-line.txt