This is an archive of the discontinued LLVM Phabricator instance.

Improve comments terseness in PassBuilder.h
Needs ReviewPublic

Authored by neysofu on Sep 19 2019, 4:45 PM.

Details

Summary

A small but sensible improvement to some comments. This revision is mostly for me to get the hang of the contributing process to then do bigger tasks.

Diff Detail

Event Timeline

neysofu created this revision.Sep 19 2019, 4:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 19 2019, 4:45 PM

Thanks for the cleanup! A couple of small comments inline.

include/llvm/Passes/PassBuilder.h
73

s/a LLVM/LLVM

76

clang-format all updated comments back to 80.

100

s/access/accesses (might as well correct my typos while at it :) )

130

Nit: Maybe keep this line and the empty line below, since it's the comment pattern for all the other structs/enums/classes in this class? It's fine either way.

asbirlea resigned from this revision.Sep 15 2021, 1:16 PM

Assume obsolete, please readd if active.