Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e85b06d65f695c576df1e529ee37cb15e6902401
/
.
/
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
;
};
}