Zinovy Nis

Results 17 comments of Zinovy Nis

By the way, CodeChecker works in Ubuntu from [Windows 10's Linux subsystem](https://docs.microsoft.com/en-us/windows/wsl/install-win10)! I've just followed the installation instructions from the CodeChecker homepage. Wow, even web-server with errors visualization (CodeChecker server)...

> That is what I'm using on daily basis: codechecker_cmd results --url -o json, and I'm doing that from my linux terminal and it works great Hi. If you have...

Please look at https://github.com/Ericsson/codechecker/blob/master/tools/report-converter/README.md May be it's what you need or can somehow be utilized?

> @balazske I don't have rights for merging PR into main. Could you please help? Done!

It's called via `subprocess.check_output`, so `timeout` param can be used to fix the hang. https://docs.python.org/3/library/subprocess.html#subprocess.check_output

> How about custom classes like `StringRef` in LLVM? Maybe add an option for a destination type and set the default to `std::string_view`?

In the last commit I added checks for virtual/override methods - seems they should be ignored.

> > How about custom classes like `StringRef` in LLVM? > > Yes, we should add option `ReplacementStringViewClass` (with std:: by default) for users to specify a custom pre C++-17...

Maybe it worth to merge the PR in the current state and then I'll add options support and other optimizations as separate commits not to overcomplicate this PR?

> > Maybe it worth to merge the PR in the current state and then I'll add options support and other optimizations as separate commits not to overcomplicate this PR?...