Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / tools / clang-format-vs / ClangFormat / Guids.cs
blobed1c12d61e4ea2685ad5684078434d47b21004e6
1 using System;
3 namespace LLVM.ClangFormat
5 static class GuidList
7 public const string guidClangFormatPkgString = "c5286038-25d3-4f65-83a8-51fa2df4a146";
8 public const string guidClangFormatCmdSetString = "e39cbab1-0f96-4022-a2bc-da5a9db7eb78";
10 public static readonly Guid guidClangFormatCmdSet = new Guid(guidClangFormatCmdSetString);