This is an archive of the discontinued LLVM Phabricator instance.

Fix 'unknown documentation command' warning ranges
ClosedPublic

Authored by erikjv on Oct 21 2016, 7:27 AM.

Details

Reviewers
klimek
bkramer
Summary

Warnings generated by -Wdocumentation-unknown-command did only have a
start location, not a full source range. This resulted in only the
"carret" being show in messages, and IDEs highlighting only the single
initial character.

Now that the full range is available, nice underlineing can be done, and
tools that support more/other commands than doxygen can filter out those
warnings.

Diff Detail

Event Timeline

erikjv updated this revision to Diff 75422.Oct 21 2016, 7:27 AM
erikjv retitled this revision from to Fix 'unknown documentation command' warning ranges.
erikjv updated this object.
erikjv added reviewers: bkramer, klimek.
erikjv added a subscriber: cfe-commits.
bkramer accepted this revision.Oct 21 2016, 7:29 AM
bkramer edited edge metadata.

Nice. Thanks!

This revision is now accepted and ready to land.Oct 21 2016, 7:29 AM
erikjv closed this revision.Oct 25 2016, 6:29 AM

r285056