Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
llvm-project
/
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
;
};
}