This is an archive of the discontinued LLVM Phabricator instance.

[llvm][NFC] Use c++17 style variable type traits
ClosedPublic

Authored by njames93 on Nov 5 2022, 9:45 AM.

Details

Diff Detail

Event Timeline

njames93 created this revision.Nov 5 2022, 9:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2022, 9:45 AM
njames93 requested review of this revision.Nov 5 2022, 9:45 AM
nikic added a subscriber: nikic.Nov 5 2022, 9:51 AM
nikic added inline comments.
llvm/lib/DebugInfo/CodeView/EnumTables.cpp
17

Missing t?

njames93 marked an inline comment as done.Nov 5 2022, 9:53 AM
njames93 added inline comments.
llvm/lib/DebugInfo/CodeView/EnumTables.cpp
17

Cheers, that was done manually :)

njames93 updated this revision to Diff 473441.Nov 5 2022, 9:54 AM
njames93 marked an inline comment as done.

Fix error.

dblaikie accepted this revision.Nov 7 2022, 10:21 AM

Sounds great!

This revision is now accepted and ready to land.Nov 7 2022, 10:21 AM
This revision was landed with ongoing or failed builds.Nov 8 2022, 4:23 AM
This revision was automatically updated to reflect the committed changes.