TscanCode icon indicating copy to clipboard operation
TscanCode copied to clipboard

A static code analyzer for C++, C#, Lua

Results 58 TscanCode issues
Sort by recently updated
recently updated
newest added

For my virtual machine, the clang++ version is "Ubuntu clang version 14.0.0-1ubuntu1", and the g++ version is "gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)". I tried both of them, but still got...

有很多误报,修改代码会造成冗余。有没办法在代码里加某些标记让tscancode忽略此代码段?

/release/mac/tsclua.mac 无法使用,使用参数 -h 查看帮助文档提示 file path is too long

如题 安装完后能发现 Z和EN的包 但是怎么更改?

我看到README最后一句说是在流程中,但已经好几年了,还没有开放。。 我在使用C#的过程中,有一些规则希望能够自定义,以规避一些误报,但因为没有源码,无法做到。。。 所以想问问是否有开放源代码的计划

使用linux编译好的tscancode检查sample目录下提供的示例问题代码时,并不能全部查出问题。既然是示例问题代码,为什么工具漏检这么多呀? ```[tasklist] ### Tasks ```

unsigned short TestFunc( unsigned short  InputVal ) {   unsigned short  RetVal = 0;   unsigned char   Flag;     if(InputVal > 0) {     Flag = 1;   }     RetVal = Flag ? 10 :...