diff options
author | mydeveloperday <mydeveloperday@gmail.com> | 2020-05-20 07:44:36 +0100 |
---|---|---|
committer | mydeveloperday <mydeveloperday@gmail.com> | 2020-05-20 07:44:36 +0100 |
commit | cc918e90c048c6c9a59ed08e7b2a2f92b4ac8140 (patch) | |
tree | ab2e365ad1df63a812d9bf7567e33dab9c40e535 /llvm/lib/IR/BasicBlock.cpp | |
parent | b99bf0e08be4faa4527709541dfdc29240e0c75c (diff) | |
download | llvm-cc918e90c048c6c9a59ed08e7b2a2f92b4ac8140.zip llvm-cc918e90c048c6c9a59ed08e7b2a2f92b4ac8140.tar.gz llvm-cc918e90c048c6c9a59ed08e7b2a2f92b4ac8140.tar.bz2 |
[clang-format] [PR33890] Add support for Microsoft C++/CLI non standard for each looping extension
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
Reviewed By: JakeMerdichAMD
Subscribers: cfe-commits
Tags: #clang, #clang-format
Differential Revision: https://reviews.llvm.org/D80228
Diffstat (limited to 'llvm/lib/IR/BasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions