diff options
| author | Alexander Kornienko <alexfh@google.com> | 2012-07-18 12:24:51 +0000 | 
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2012-07-18 12:24:51 +0000 | 
| commit | 572eec1bdeb3b782d27aedd27c36a8d8168e261c (patch) | |
| tree | 3df38693220a8392c8e6d864f28c572df210703c /lib/Tooling/CommandLineClangTool.cpp | |
| parent | 21625c69e88d232e71a3bd4ba9d4bbb484183bf1 (diff) | |
Reverted custom init hook from r160369.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Tooling/CommandLineClangTool.cpp')
| -rw-r--r-- | lib/Tooling/CommandLineClangTool.cpp | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/lib/Tooling/CommandLineClangTool.cpp b/lib/Tooling/CommandLineClangTool.cpp index 32b2ac2857..8da2a335a5 100644 --- a/lib/Tooling/CommandLineClangTool.cpp +++ b/lib/Tooling/CommandLineClangTool.cpp @@ -25,10 +25,6 @@  #include "clang/Tooling/CommandLineClangTool.h"  #include "clang/Tooling/Tooling.h" -#ifdef USE_CUSTOM_TOOL_INIT -#include "CustomToolInit.h" -#endif -  using namespace clang::tooling;  using namespace llvm; @@ -62,9 +58,6 @@ CommandLineClangTool::CommandLineClangTool() :  }  void CommandLineClangTool::initialize(int argc, const char **argv) { -#ifdef USE_CUSTOM_TOOL_INIT -  customToolInit(argc, argv); -#endif    Compilations.reset(FixedCompilationDatabase::loadFromCommandLine(argc, argv));    cl::ParseCommandLineOptions(argc, argv);    if (!Compilations) { | 
