Commit 94eb8b3
committed
[OpenMP][NFC] Use temporary instead of local to take advantage of move semantics
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.1 parent 70e303f commit 94eb8b3
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8397 | 8397 | | |
8398 | 8398 | | |
8399 | 8399 | | |
8400 | | - | |
8401 | | - | |
8402 | | - | |
| 8400 | + | |
| 8401 | + | |
8403 | 8402 | | |
8404 | 8403 | | |
8405 | 8404 | | |
| |||
0 commit comments