summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAaron Smith <aaron.smith@microsoft.com>2020-04-30 09:11:54 -0700
committerAaron Smith <aaron.smith@microsoft.com>2020-04-30 09:11:54 -0700
commit292058a5d6d708ec7d285a452d4350b33ba080dc (patch)
treef8647a4e747ed00c100ca07305d3b8265e3323cd /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent2fd7d364cd999c743b5bdefa7ee9e5630f3564ad (diff)
[clang-format] Fix Microsoft style for enums
Summary: Before this change enums were formatted incorrectly for the Microsoft style. [C++ Example] enum { one, two } three, four; [Incorrectly Formatted] enum { one, two } three, four; [Correct Format with Patch] enum { one, two } three, four; Reviewers: jbcoe, MyDeveloperDay, rnk Reviewed By: MyDeveloperDay Subscribers: cfe-commits Tags: #clang, #clang-format Differential Revision: https://reviews.llvm.org/D78982
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions