diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-22 02:17:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-22 02:17:27 +0000 |
commit | d172bf39274242031769f4f08ed936776f4dbcae (patch) | |
tree | 25628ee10dfc4f1437fbb21a4a12ccad2ce2563a | |
parent | 39605b4eab472a37cec287f9d4663805e60346f3 (diff) |
This FIXME is done.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82509 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/clang-cc/clang-cc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/clang-cc/clang-cc.cpp b/tools/clang-cc/clang-cc.cpp index 8639eb56e0..f223534df5 100644 --- a/tools/clang-cc/clang-cc.cpp +++ b/tools/clang-cc/clang-cc.cpp @@ -2151,8 +2151,6 @@ static void ProcessASTInputFile(const std::string &InFile, ProgActions PA, const llvm::StringMap<bool> &Features, Diagnostic &Diags, FileManager &FileMgr, llvm::LLVMContext& Context) { - // FIXME: This is manufactoring its own diags and source manager, we should - // reuse ours. std::string Error; llvm::OwningPtr<ASTUnit> AST(ASTUnit::LoadFromPCHFile(InFile, Diags, FileMgr, &Error)); |