forked from OSchip/llvm-project
				
			I am not sure this is a good idea to be an option, but rename the option for
now. It conflicts with clang's -pedantic flag. llvm-svn: 43431
This commit is contained in:
		
							parent
							
								
									5e99fd8c0d
								
							
						
					
					
						commit
						b6fc40e60f
					
				| 
						 | 
					@ -69,7 +69,7 @@ using namespace llvm;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace {  // Anonymous namespace for class
 | 
					namespace {  // Anonymous namespace for class
 | 
				
			||||||
  cl::opt<bool>
 | 
					  cl::opt<bool>
 | 
				
			||||||
  Pedantic("pedantic",
 | 
					  Pedantic("verify-pedantic",
 | 
				
			||||||
           cl::desc("Reject code with undefined behaviour"));
 | 
					           cl::desc("Reject code with undefined behaviour"));
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
  struct VISIBILITY_HIDDEN
 | 
					  struct VISIBILITY_HIDDEN
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue