This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] disabled adding extra space after MSVC '__super' keyword
ClosedPublic

Authored by jutocz on Mar 14 2017, 4:18 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

jutocz created this revision.Mar 14 2017, 4:18 AM
mprobst edited edge metadata.Mar 14 2017, 4:22 AM

Can you add a test for this?

jutocz updated this revision to Diff 91732.Mar 14 2017, 8:41 AM

Added test verifying if there is no space after '__super' keyword.

jutocz updated this revision to Diff 91733.Mar 14 2017, 8:44 AM
mprobst accepted this revision.Mar 14 2017, 9:01 AM
This revision is now accepted and ready to land.Mar 14 2017, 9:01 AM

As this is my first patch, can someone please help me in commiting it?

This revision was automatically updated to reflect the committed changes.

@jutocz done, thanks for the patch!