[c++规范]:Google Runtime Int
[c++规范]:Google Runtime Intconsider replacing ‘unsigned long long’ with ‘uint64’ 最近在用clang-tidy检查代码规范时,报了一个Google-Runtime-Int的error: 查了一下资料,原因应该时clang-tidy的代码检查,应用了google-runtime-int规范,具体的规范链接在: Google RunTimeInt 。具体的想法:尽量不适用long、unsigned这类标识符,而是使用int






