This revision was automatically updated to reflect the committed changes.
Closed by commit rG8dc2802773ce: [analyzer] SATest: Add a set of initial
projects for testing (authored by vsavchenko).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81592/new/
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Thx!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81592/new/
https://reviews.llvm.org/D81592
___
cfe-c
vsavchenko updated this revision to Diff 273083.
vsavchenko added a comment.
Add a new line in .dockerignore
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81592/new/
https://reviews.llvm.org/D81592
Files:
.gitignore
clang/utils/analyzer/.docke
vsavchenko updated this revision to Diff 273051.
vsavchenko added a comment.
Change build type to Debug
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81592/new/
https://reviews.llvm.org/D81592
Files:
.gitignore
clang/utils/analyzer/.dockerigno
NoQ added inline comments.
Comment at: clang/utils/analyzer/projects/box2d/run_static_analyzer.cmd:1
+cmake . -DCMAKE_BUILD_TYPE=Release -Bbuild -GNinja
+cmake --build build
vsavchenko wrote:
> NoQ wrote:
> > Is there a flag to enable assertions or something like
vsavchenko marked an inline comment as done.
vsavchenko added inline comments.
Comment at: clang/utils/analyzer/projects/box2d/run_static_analyzer.cmd:1
+cmake . -DCMAKE_BUILD_TYPE=Release -Bbuild -GNinja
+cmake --build build
NoQ wrote:
> Is there a flag to enabl
NoQ added inline comments.
Comment at: clang/utils/analyzer/.dockerignore:2
+./projects
\ No newline at end of file
NO NeWlINE At EnD oF fILE
Comment at: clang/utils/analyzer/projects/box2d/run_static_analyzer.cmd:1
+cmake . -DCMAKE_BUILD_TYPE
vsavchenko created this revision.
vsavchenko added reviewers: NoQ, dcoughlin.
Herald added subscribers: cfe-commits, ASDenysPetrov, Charusso, dkrupp,
donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware,
xazax.hun.
Herald added a project: clang.
Repository:
rG LLVM Git