This is an archive of the discontinued LLVM Phabricator instance.

Add '\n' in ClangDataCollectorsEmitter
ClosedPublic

Authored by kzhuravl on Sep 7 2017, 3:41 PM.

Details

Summary

Otherwise it breaks our internal windows builders:

StmtDataCollectors.inc: error C2220: warning treated as error - no 'object' file generated
StmtDataCollectors.inc: warning C4335: Mac file format detected: please convert the source file to either DOS or UNIX format

Diff Detail

Repository
rL LLVM

Event Timeline

kzhuravl created this revision.Sep 7 2017, 3:41 PM
arphaman accepted this revision.Sep 7 2017, 10:48 PM
arphaman added a subscriber: arphaman.

LGTM. Do you have commit access?

This revision is now accepted and ready to land.Sep 7 2017, 10:48 PM
This revision was automatically updated to reflect the committed changes.

LGTM. Do you have commit access?

Yep, committed. Thanks.