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:
Chris Lattner 2007-10-29 03:14:55 +00:00
parent 5e99fd8c0d
commit b6fc40e60f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ using namespace llvm;
namespace { // Anonymous namespace for class
cl::opt<bool>
Pedantic("pedantic",
Pedantic("verify-pedantic",
cl::desc("Reject code with undefined behaviour"));
struct VISIBILITY_HIDDEN