This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] [PR33890] Add support for Microsoft C++/CLI non standard for each looping extension
ClosedPublic

Authored by MyDeveloperDay on May 19 2020, 11:59 AM.

Details

Summary

https://bugs.llvm.org/show_bug.cgi?id=33890

This revision allow the microsoft for each(.... in ... nonstandard C++ extension which can be used in C++/CLI to be handled as a ForEach macro.

This prevents the breaking between the for and each onto a new line

Diff Detail

Event Timeline

JakeMerdichAMD accepted this revision.May 19 2020, 2:55 PM
This revision is now accepted and ready to land.May 19 2020, 2:55 PM
This revision was automatically updated to reflect the committed changes.