forked from OSchip/llvm-project
7 lines
130 B
C#
7 lines
130 B
C#
|
namespace LLVM.ClangTidy
|
|||
|
{
|
|||
|
static class PkgCmdIDList
|
|||
|
{
|
|||
|
public const uint cmdidClangTidy = 0x100;
|
|||
|
};
|
|||
|
}
|