The patch uses declval instead of nullptr to suppress warning for calling member
function by nullptr. Also the patch replace is_same<*>::value with is_same_v<*>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D145388
[ADT][NFC] Use declval to suppress warning for nullptr use. fakepaper56 on Mar 6 2023, 8:00 AM. Authored by
Details The patch uses declval instead of nullptr to suppress warning for calling member
Diff Detail
|