This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Move the missing namespace comment warnings to the closing brace
ClosedPublic

Authored by alexfh on Nov 13 2014, 8:35 AM.

Details

Summary

The google-readability-namespace-comments/llvm-namespace-comment
warnings are quite confusing when they appear at the beginning of a long
namespace and the closing brace is not in sight.

For convenience added notes pointing to the start of the namespace.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 16162.Nov 13 2014, 8:35 AM
alexfh retitled this revision from to [clang-tidy] Move the missing namespace comment warnings to the closing brace.
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: klimek.
alexfh added a subscriber: Unknown Object (MLST).
klimek accepted this revision.Nov 17 2014, 8:26 AM
klimek edited edge metadata.

Lg

This revision is now accepted and ready to land.Nov 17 2014, 8:26 AM
alexfh closed this revision.Nov 17 2014, 9:32 AM