repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
tools
/
clang-format-vs
/
ClangFormat
/
PkgCmdID.cs
blob
c274d1ca1b4b2ecefd939b319726521412d38535
1
namespace
LLVM
.
ClangFormat
2
{
3
static class
PkgCmdIDList
4
{
5
public const uint
cmdidClangFormatSelection
=
0x100
;
6
public const uint
cmdidClangFormatDocument
=
0x101
;
7
};
8
}