[PATCH] D145509: [HIP] Fix temporary files

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 13:54:22 PST 2023


tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.


================
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,
----------------
The comment should probably be updated to reflect the effect of the optional arguments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145509/new/

https://reviews.llvm.org/D145509



More information about the cfe-commits mailing list