[PATCH] D111853: [NFC][Interpreter] Remove unused CompilerInvocation

Roland via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 14 16:22:13 PDT 2021


roligugus created this revision.
roligugus requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111853

Files:
  clang/lib/Interpreter/Interpreter.cpp


Index: clang/lib/Interpreter/Interpreter.cpp
===================================================================
--- clang/lib/Interpreter/Interpreter.cpp
+++ clang/lib/Interpreter/Interpreter.cpp
@@ -144,7 +144,6 @@
   // driver to construct.
   ClangArgv.push_back("<<< inputs >>>");
 
-  CompilerInvocation Invocation;
   // Buffer diagnostics from argument parsing so that we can output them using a
   // well formed diagnostic object.
   IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs());


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111853.379875.patch
Type: text/x-patch
Size: 507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211014/4f88136e/attachment.bin>


More information about the cfe-commits mailing list