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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-10-29 03:14:55 +00:00
parent fb7f343615
commit 0569187653

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