<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/FileCheck, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/FileCheck?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/FileCheck?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-02-06T20:40:38Z</updated>
<entry>
<title>Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.</title>
<updated>2013-02-06T20:40:38Z</updated>
<author>
<name>Guy Benyei</name>
<email>guy.benyei@intel.com</email>
</author>
<published>2013-02-06T20:40:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4cc74fcba06ce43ee325510dc6137bd050f96c68'/>
<id>urn:sha1:4cc74fcba06ce43ee325510dc6137bd050f96c68</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174541 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bug in FileCheck that wouldn't let define variables as follows:</title>
<updated>2012-12-02T16:02:41Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@google.com</email>
</author>
<published>2012-12-02T16:02:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4db6511779e70780f7b36bb7ef54276752f5f640'/>
<id>urn:sha1:4db6511779e70780f7b36bb7ef54276752f5f640</id>
<content type='text'>
; CHECK: [[VAR:[a-z]]]

The problem was that to find the end of the regex var definition, it was
simplistically looking for the next ]] and finding the incorrect one. A
better approach is to count nesting of brackets (taking escaping into
account). This way the brackets that are part of the regex can be discovered
and skipped properly, and the ]] ending is detected in the right place.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169109 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support referencing variables defined on the same line.</title>
<updated>2012-12-01T21:54:48Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@google.com</email>
</author>
<published>2012-12-01T21:54:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9756ca7ba0c7f6c3b1e76ee12ca27ddca04be9d7'/>
<id>urn:sha1:9756ca7ba0c7f6c3b1e76ee12ca27ddca04be9d7</id>
<content type='text'>
See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121126/157198.html
and related discussions.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169101 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a FileCheck test that makes sure two different CHECKs won't match the</title>
<updated>2012-11-29T21:24:44Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@google.com</email>
</author>
<published>2012-11-29T21:24:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e8832680f8b7a052bd77751d616d41a20d8bacb1'/>
<id>urn:sha1:e8832680f8b7a052bd77751d616d41a20d8bacb1</id>
<content type='text'>
same string


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168942 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add some tests for the FileCheck utility.</title>
<updated>2012-11-15T23:42:51Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@google.com</email>
</author>
<published>2012-11-15T23:42:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=085f982462257de466267edf036c75defd80fc41'/>
<id>urn:sha1:085f982462257de466267edf036c75defd80fc41</id>
<content type='text'>
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121112/156007.html



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168113 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
