summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/FileCheck.pod
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Remove POD based man page docs (and build system support).Daniel Dunbar2012-05-081-245/+0
| | | | | | - Currently this leaves us with less build system support (e.g., installing man pages) for the docs than is desired. I'm working on fixing this, but it may take a while. If someone finds this particularly egregious let me know and I will prioritize it. llvm-svn: 156389
* Some formatting and grammar fixes in the FileCheck documentationEli Bendersky2012-04-181-29/+29
| | | | llvm-svn: 154990
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-151-1/+1
| | | | llvm-svn: 125563
* Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen2010-10-151-1/+1
| | | | | | | | | | A CHECK-NOT pattern without a following CHECK pattern simply checks that the pattern doesn't match before the end of the input file. You can even have only CHECK-NOT patterns to check that strings appear nowhere in the input file. llvm-svn: 116592
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+245
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-245/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-1/+1
| | | | | | | | Also, have tools output -help-hidden rather than refer to --help-hidden, for consistency, and likewise adjust documentation. This doesn't change every mention of --help, only those which seemed clearly safe. llvm-svn: 96578
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-221-1/+1
| | | | | | | separate character. - Chris, OK? llvm-svn: 89626
* check in a bunch of content from TestingGuide. Part of PR5216Chris Lattner2009-10-171-3/+183
| | | | llvm-svn: 84309
* fix pasto noticed by JakubChris Lattner2009-08-151-1/+1
| | | | llvm-svn: 79109
* add a simple FileCheck man page.Chris Lattner2009-08-151-0/+65
llvm-svn: 79105
OpenPOWER on IntegriCloud