Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [docs] Fix formatting. | Sean Silva | 2013-06-21 | 1 | -1/+1 | |
| | | | | | | '\n' was displaying as 'n' llvm-svn: 184507 | |||||
* | Add 'CHECK-DAG' support | Michael Liao | 2013-05-14 | 1 | -0/+49 | |
| | | | | | | Refer to 'FileCheck.rst'f for details of 'CHECK-DAG'. llvm-svn: 181827 | |||||
* | Canonicalize line endings to Linux style also when the --strict-whitespace ↵ | Guy Benyei | 2013-02-06 | 1 | -1/+2 | |
| | | | | | | flag is in use. This flag is supposed to affect horizontal whitespaces only. llvm-svn: 174541 | |||||
* | Update FileCheck's documentation to mention recently added feature of | Eli Bendersky | 2012-12-01 | 1 | -15/+16 | |
| | | | | | | matching a variable defined on the same line. llvm-svn: 169103 | |||||
* | Documentation for FileCheck: use 'option' and 'program' directives. | Dmitri Gribenko | 2012-11-29 | 1 | -36/+32 | |
| | | | | | | This enables option cross-referencing and now '--' in option names are no more turned into en dashes. llvm-svn: 168926 | |||||
* | Fix a typo in FileCheck.rst | Eli Bendersky | 2012-11-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 168466 | |||||
* | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in | Alexander Kornienko | 2012-11-14 | 1 | -0/+27 | |
| | | | | | | FileCheck. llvm-svn: 167978 | |||||
* | FileCheck.rst: change formatting of code-like constructs to use a monospaced | Dmitri Gribenko | 2012-11-14 | 1 | -86/+50 | |
| | | | | | | font. These were formatted in bold, but that's not correct. llvm-svn: 167964 | |||||
* | Fix a broken sentence | Eli Bendersky | 2012-11-07 | 1 | -2/+3 | |
| | | | | llvm-svn: 167521 | |||||
* | Document the -input-file option of FileCheck | Eli Bendersky | 2012-11-07 | 1 | -0/+5 | |
| | | | | llvm-svn: 167517 | |||||
* | Use correct syntax highliter in code blocks. Noticed by Sean Silva. | Dmitri Gribenko | 2012-06-12 | 1 | -7/+7 | |
| | | | | llvm-svn: 158359 | |||||
* | FileCheck docs: remove leftover HTML markup. | Dmitri Gribenko | 2012-06-12 | 1 | -9/+9 | |
| | | | | llvm-svn: 158344 | |||||
* | Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>. | Chad Rosier | 2012-05-24 | 1 | -1/+1 | |
| | | | | llvm-svn: 157415 | |||||
* | [docs] Add ReST version of all the man pages. | Daniel Dunbar | 2012-05-08 | 1 | -0/+284 | |
- The POD versions are slated for execution, but are still around until llvm.org machinery is in place. llvm-svn: 156384 |