This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix description for misc-definitions-in-headers.
ClosedPublic

Authored by hokein on May 28 2019, 7:08 AM.

Event Timeline

hokein created this revision.May 28 2019, 7:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 28 2019, 7:08 AM
Herald added a subscriber: xazax.hun. · View Herald Transcript
gribozavr accepted this revision.May 28 2019, 7:20 AM
gribozavr added inline comments.
clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
133

"mark as inline"?

IDK, "make inline" does not read right to me.

This revision is now accepted and ready to land.May 28 2019, 7:20 AM
hokein updated this revision to Diff 201670.May 28 2019, 7:46 AM
hokein marked an inline comment as done.

Address comment.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 28 2019, 7:49 AM