Remove AllowInverse: it leaks memory and is not the right
authorChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 03:43:51 +0000 (03:43 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 03:43:51 +0000 (03:43 +0000)
commit00a7b52385a25ab8cd412ce4c0f0ce11176b6793
treeb6e9c73895e61d1849c8009ac4264c99cbb890c5
parent4da69c77cf3719782f04ea1ec3d1f5fca583e325
Remove AllowInverse: it leaks memory and is not the right
abstraction for CommandLine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68588 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandLine.html
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp