Sign in
cobalt
/
cobalt
/
dc98e529721071ac658df8d497cd103ceb8762c1
/
.
/
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
;
};
}