[PATCH] D145509: [HIP] Fix temporary files
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 9 06:56:57 PST 2023
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: clang/include/clang/Driver/Driver.h:630
// Creates a temp file with $Prefix-%%%%%%.$Suffix
const char *CreateTempFile(Compilation &C, StringRef Prefix, StringRef Suffix,
----------------
tra wrote:
> The comment should probably be updated to reflect the effect of the optional arguments.
will do
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145509/new/
https://reviews.llvm.org/D145509
More information about the cfe-commits
mailing list