Tencent / TscanCode

A static code analyzer for C++, C#, Lua
Other
2k stars 589 forks source link

settings.tsc 中的文件路径可以支持 相对路径吗? #64

Open OneByteCoder opened 2 years ago

OneByteCoder commented 2 years ago
F:\AAH\.......cpp possibleNullDereferenced {"identify":"m_validators"}
<FPInfo>
  <FilePath>F:\AAH\.......cpp</FilePath>
  <FuncInfo></FuncInfo>
  <SubId>nullPointerClass</SubId>
  <WebId>{"identify":"m_validators"}</WebId>
</FPInfo>

FilePath可以支持相对路径吗?