This is an archive of the discontinued LLVM Phabricator instance.

Reword ELAST warning
ClosedPublic

Authored by jfb on Feb 22 2015, 11:45 AM.

Details

Summary

GCC emits a pretty amusing warning when there are apostrophes in a #warning:

warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

Reword the warning to avoid this, and be more consistent with other warnings in libc++.

Diff Detail

Repository
rL LLVM

Event Timeline

jfb updated this revision to Diff 20480.Feb 22 2015, 11:45 AM
jfb retitled this revision from to Reword ELAST warning.
jfb updated this object.
jfb added a reviewer: danalbert.
jfb added a subscriber: Unknown Object (MLST).
danalbert accepted this revision.Feb 23 2015, 4:32 PM
danalbert edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 23 2015, 4:32 PM
This revision was automatically updated to reflect the committed changes.