llvm-project
c956ed06 - [OpenMP][NFC] Use temporary instead of local to take advantage of move semantics (#138582)

Commit
285 days ago
[OpenMP][NFC] Use temporary instead of local to take advantage of move semantics (#138582) Static analysis flagged `MapnamesName` because we could move it into `createOffloadMapnames`. I just replaced the local with a direct call to `createPlatformSpecificName` at the function argument location.
Author
Parents
Loading