[all-commits] [llvm/llvm-project] d9cb70: [clang] NFC: Remove CompilerInstance::getInvocatio...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Mon May 17 00:33:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9cb70ba29dbd74aac294caad0686f1ed52295f9
https://github.com/llvm/llvm-project/commit/d9cb70ba29dbd74aac294caad0686f1ed52295f9
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M clang/include/clang/Frontend/CompilerInstance.h
Log Message:
-----------
[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.
More information about the All-commits
mailing list