[all-commits] [llvm/llvm-project] d20101: [clang][NFC] Clean up createDefaultOutputFile()
Timm Bäder via All-commits
all-commits at lists.llvm.org
Tue Dec 20 02:30:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d20101db48945e9d7a19ce3edcfd91d7e1aeadab
https://github.com/llvm/llvm-project/commit/d20101db48945e9d7a19ce3edcfd91d7e1aeadab
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M clang/lib/Frontend/CompilerInstance.cpp
Log Message:
-----------
[clang][NFC] Clean up createDefaultOutputFile()
PathStorage is only used in one of the if branches, so doesn't need to
be a std::optional anyway.
More information about the All-commits
mailing list