This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Modernize code style and comments in DwarfAccelTable
AbandonedPublic

Authored by JDevlieghere on Jan 18 2018, 10:40 AM.

Details

Reviewers
aprantl
Summary

This patch modernizes some of the code in DwarfAccelTable.

Diff Detail

Event Timeline

aprantl accepted this revision.Jan 18 2018, 10:46 AM

Minor nitpicks, general direction is fine of course.

lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
201

I think these comments are supposed to go into the class definition.

lib/CodeGen/AsmPrinter/DwarfAccelTable.h
90

///

This revision is now accepted and ready to land.Jan 18 2018, 10:46 AM
JDevlieghere marked 2 inline comments as done.

Address Adrian's comments.