forked from OSchip/llvm-project
				
			Revert "[include-fixer] Don't throw exception when parsing unknown arguments in vim script."
This reverts commit r302934. It's wrong, edits the wrong file and was committed without review. llvm-svn: 303242
This commit is contained in:
		
							parent
							
								
									5914f37a7f
								
							
						
					
					
						commit
						f044405351
					
				| 
						 | 
				
			
			@ -75,7 +75,7 @@ def main():
 | 
			
		|||
                      help='path used to read a compilation database.')
 | 
			
		||||
  parser.add_argument('-saving-path', default='./find_all_symbols_db.yaml',
 | 
			
		||||
                      help='result saving path')
 | 
			
		||||
  args, _ = parser.parse_known_args()
 | 
			
		||||
  args = parser.parse_args()
 | 
			
		||||
 | 
			
		||||
  db_path = 'compile_commands.json'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue