Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / tools / clang-format-vs / ClangFormat / PkgCmdID.cs
blobc274d1ca1b4b2ecefd939b319726521412d38535
1 namespace LLVM.ClangFormat
3 static class PkgCmdIDList
5 public const uint cmdidClangFormatSelection = 0x100;
6 public const uint cmdidClangFormatDocument = 0x101;
7 };