Eliminate the internal command-line option for viewing inheritance in C++ classes...
commitcbc77bf021dad0407c3e5b574e2a72a5943a704c
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 19:04:40 +0000 (17 19:04 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 19:04:40 +0000 (17 19:04 +0000)
tree9e34a7c014edde01ff7beb1c53c6680a6abe8878
parenteb2c9b6337e9abf775ddd85e1946d9587f3cb44f
Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125762 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/ASTConsumers.h
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendOptions.h
lib/Frontend/ASTConsumers.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendActions.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp