This is an archive of the discontinued LLVM Phabricator instance.

[MC] fix a clang-tidy warning, NFC
ClosedPublic

Authored by krasimir on Aug 29 2018, 1:40 AM.

Details

Summary

Per clang-tidy:
function 'llvm::MCStreamer::checkCVLocSection' has a definition with different parameter names

.../llvm/lib/MC/MCStreamer.cpp:275:18: the definition seen here

.../llvm/include/llvm/MC/MCStreamer.h:235:8: differing parameters are named here: ('FuncId'), in definition: ('FunctionId')

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Aug 29 2018, 1:40 AM
This revision is now accepted and ready to land.Aug 29 2018, 3:11 AM
This revision was automatically updated to reflect the committed changes.