[clang] NFC: Remove CompilerInstance::getInvocationPtr
authorJan Svoboda <jan_svoboda@apple.com>
Mon, 17 May 2021 07:29:42 +0000 (09:29 +0200)
committerJan Svoboda <jan_svoboda@apple.com>
Mon, 17 May 2021 07:33:35 +0000 (09:33 +0200)
commitd9cb70ba29dbd74aac294caad0686f1ed52295f9
treeac0fde95af23ab6bd69b248351465c5ac15c4576
parentf6584b85c644fdbffd5e7617a68ceb3f8d140aec
[clang] NFC: Remove CompilerInstance::getInvocationPtr

This member function was introduced in 0a92e09c ([clang][deps] Generate the full command-line for modules) in order to keep the CompilerInvocation object alive after CompilerInstance goes out of scope. However, d3fb4b90 ([clang][deps] NFC: Report modules' context hash) removes that use-case, making this function dead.
clang/include/clang/Frontend/CompilerInstance.h