This is an archive of the discontinued LLVM Phabricator instance.

A couple small inconsequential fixes
Needs ReviewPublic

Authored by jtouton on Sep 25 2016, 12:41 PM.

Details

Reviewers
doug.gregor
Summary

One fix adds a missing newline to a file, addressing a warning I see when building Clang. The other fixes a typo in a warning message.

Diff Detail

Event Timeline

jtouton updated this revision to Diff 72431.Sep 25 2016, 12:41 PM
jtouton retitled this revision from to A couple small inconsequential fixes.
jtouton updated this object.
doug.gregor edited edge metadata.Oct 19 2016, 9:39 AM

Do any of the regression tests make use of this diagnostic? They might have to change their "expected-error" checks to look for the corrected wording.