Bill Wendling 
							
						 
					 
					
						
						
							
						
						d6a721b14d 
					 
					
						
						
							
							Fix underscore to be the proper length.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187406  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-30 08:26:24 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Lin 
							
						 
					 
					
						
						
							
						
						d639206676 
					 
					
						
						
							
							Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that it allows error recovery.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186628  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-18 23:26:58 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Lin 
							
						 
					 
					
						
						
							
						
						eeea96d4c0 
					 
					
						
						
							
							Correct inaccurate statement in FileCheck docs.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186290  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-14 18:12:25 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Lin 
							
						 
					 
					
						
						
							
						
						178504b07b 
					 
					
						
						
							
							Add new directive called CHECK-LABEL to FileCheck.  
						
						... 
						
						
						
						CHECK-LABEL is meant to be used in place on CHECK on lines containing identifiers or other unique labels (they need not actually be labels in the source or output language, though.) This is used to break up the input stream into separate blocks delineated by CHECK-LABEL lines, each of which is checked independently. This greatly improves the accuracy of errors and fix-it hints in many cases, and allows for FileCheck to recover from errors in one block by continuing to subsequent blocks.
Some tests will be converted to use this new directive in forthcoming patches.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186162  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-12 14:51:05 +00:00 
						 
				 
			
				
					
						
							
							
								Sean Silva 
							
						 
					 
					
						
						
							
						
						a5706fcd80 
					 
					
						
						
							
							[docs] Fix formatting.  
						
						... 
						
						
						
						'\n' was displaying as 'n'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184507  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-21 00:27:54 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Liao 
							
						 
					 
					
						
						
							
						
						95ab326674 
					 
					
						
						
							
							Add 'CHECK-DAG' support  
						
						... 
						
						
						
						Refer to 'FileCheck.rst'f for details of 'CHECK-DAG'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181827  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-05-14 20:34:12 +00:00 
						 
				 
			
				
					
						
							
							
								Guy Benyei 
							
						 
					 
					
						
						
							
						
						4cc74fcba0 
					 
					
						
						
							
							Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174541  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-02-06 20:40:38 +00:00 
						 
				 
			
				
					
						
							
							
								Eli Bendersky 
							
						 
					 
					
						
						
							
						
						ed04fd2053 
					 
					
						
						
							
							Update FileCheck's documentation to mention recently added feature of  
						
						... 
						
						
						
						matching a variable defined on the same line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169103  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-12-01 22:03:57 +00:00 
						 
				 
			
				
					
						
							
							
								Dmitri Gribenko 
							
						 
					 
					
						
						
							
						
						c8c3dbd911 
					 
					
						
						
							
							Documentation for FileCheck: use 'option' and 'program' directives.  
						
						... 
						
						
						
						This enables option cross-referencing and now '--' in option names are no more turned into en dashes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168926  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-11-29 19:21:02 +00:00 
						 
				 
			
				
					
						
							
							
								Eli Bendersky 
							
						 
					 
					
						
						
							
						
						17ced4521f 
					 
					
						
						
							
							Fix a typo in FileCheck.rst  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168466  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-11-21 22:40:52 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Kornienko 
							
						 
					 
					
						
						
							
						
						70a870add8 
					 
					
						
						
							
							Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in  
						
						... 
						
						
						
						FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167978  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-11-14 21:07:37 +00:00 
						 
				 
			
				
					
						
							
							
								Dmitri Gribenko 
							
						 
					 
					
						
						
							
						
						0fab191994 
					 
					
						
						
							
							FileCheck.rst: change formatting of code-like constructs to use a monospaced  
						
						... 
						
						
						
						font.  These were formatted in bold, but that's not correct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167964  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-11-14 19:42:32 +00:00 
						 
				 
			
				
					
						
							
							
								Eli Bendersky 
							
						 
					 
					
						
						
							
						
						796f2b02f7 
					 
					
						
						
							
							Fix a broken sentence  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167521  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-11-07 01:52:41 +00:00 
						 
				 
			
				
					
						
							
							
								Eli Bendersky 
							
						 
					 
					
						
						
							
						
						c78bb707a5 
					 
					
						
						
							
							Document the -input-file option of FileCheck  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167517  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-11-07 01:41:30 +00:00 
						 
				 
			
				
					
						
							
							
								Dmitri Gribenko 
							
						 
					 
					
						
						
							
						
						0d887a0942 
					 
					
						
						
							
							Use correct syntax highliter in code blocks.  Noticed by Sean Silva.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158359  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-06-12 15:45:07 +00:00 
						 
				 
			
				
					
						
							
							
								Dmitri Gribenko 
							
						 
					 
					
						
						
							
						
						32f9bca2d7 
					 
					
						
						
							
							FileCheck docs: remove leftover HTML markup.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158344  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-06-12 00:48:47 +00:00 
						 
				 
			
				
					
						
							
							
								Chad Rosier 
							
						 
					 
					
						
						
							
						
						d6d05e3f78 
					 
					
						
						
							
							Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157415  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-05-24 21:17:47 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						3b709d5f55 
					 
					
						
						
							
							[docs] Add ReST version of all the man pages.  
						
						... 
						
						
						
						- The POD versions are slated for execution, but are still around until
   llvm.org machinery is in place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156384  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-05-08 16:50:35 +00:00