Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
96dae81d7fe7570f97d8fbe03c02e145173f801c
/
.
/
clang-tools-extra
/
clang-tidy-vs
/
ClangTidy
/
PkgCmdID.cs
blob: 3faf403a5309f63e08e442feb56d4956f1399156 [
file
] [
log
] [
blame
]
namespace LLVM
.
ClangTidy
{
static
class
PkgCmdIDList
{
public
const
uint
cmdidClangTidy
=
0x100
;
};
}