This is an archive of the discontinued LLVM Phabricator instance.

Clean up DIBuilder.h comments
ClosedPublic

Authored by harlanhaskins on Nov 2 2017, 2:11 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

harlanhaskins created this revision.Nov 2 2017, 2:11 PM

Clean up DIBuilder.h comments

Switch from ///-style comments to /** */-style.

aprantl added inline comments.Nov 2 2017, 2:16 PM
include/llvm-c/DebugInfo.h
26 ↗(On Diff #121376)

/**

229 ↗(On Diff #121376)

missed one!

aprantl edited edge metadata.Nov 2 2017, 2:17 PM

thanks! You never know what kind of tools try to parse C header files.

harlanhaskins marked 2 inline comments as done.
  • Fix remaining comment issues
This revision was automatically updated to reflect the committed changes.