Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/libomptarget/plugins/cuda/src/rtl.cpp | ||
---|---|---|
232 | I'd use C++ cast, aka static_cast<int>(...). |
Paths
| Differential D96812
[OpenMP][NFC] Eliminate sign comparison warning via explicit casts ClosedPublic Authored by jdoerfert on Feb 16 2021, 1:10 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Feb 16 2021, 1:22 PM This revision was landed with ongoing or failed builds.Feb 16 2021, 1:37 PM Closed by commit rGad94fce8458e: [OpenMP][NFC] Eliminate sign comparison warning via explicit casts (authored by jdoerfert). · Explain Why This revision was automatically updated to reflect the committed changes.
Diff 324099 openmp/libomptarget/plugins/cuda/src/rtl.cpp
|
I'd use C++ cast, aka static_cast<int>(...).