Displaying 4 results from an estimated 4 matches for "codechecker".
2017 Sep 22
0
[cfe-dev] Cross translational unit analysis in codechecker
...mit revision to compile clang:
>
> Branch ctu-clang5 -> LLVM commit 657c31173ea30090583e40c7a9204561d9c2d8c4
>
>
>
> when you compiled clang successfully you should have a
> “clang-func-mapping” binary in the <build_dir>/bin directory.
>
>
>
> Then create a codechecker package as described here
>
> https://github.com/Ericsson/codechecker#linux
>
>
>
> Add <LLVM_BUILD_DIR>/bin to your path e.g.: export
> PATH=<LLVM_BUILD_DIR>/bin:$PATH
>
> so CodeChecker will find this new CTU patched version of clang.
>
>
>
> If...
2019 Sep 14
2
[GSoC 2019] Apply the Clang Static Analyzer to LLVM-based projects - final report
...ople with warnings that they introduced, even if in the form of a weekly summary. We already have scripts that compare scan-build outputs, but we mostly use them for testing the analyzer itself.
sure, it would be great to have. Do you have a way to do that currently ?
For Firefox, I have been using codechecker for this:
https://github.com/Ericsson/codechecker
Sylvestre
2008 Feb 13
8
comparing ajax.updater div in js
This is really bugging me no matter what I''m trying.
In javascript, I''m using the ajax.updater, and it (obviously) writes
back out to a div. I want to then compare what was echoed out into
this div (which came from the php file I listed in ajax.updater) with
a string.
test should equal "SomeString" because that is what is being echoed
out to
2019 Aug 28
2
[GSoC 2019] Apply the Clang Static Analyzer to LLVM-based projects - final report
Sylvestre Ledru looks after the scan-build web report, but I understand
it hit a few issues back in June (it normally updates a few times a
week). We also discussed whether there was an automated way for those
updates to email the summary to the cfe/llvm dev lists, indicating total
warnings, and highlighting any new ones (we punted that discussion until
the GSoC was done - btw thank you