Re: [PATCH] D22874: [analyzer] Fixes to the checker developer manual.

2016-07-28 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL277029: [analyzer] Update the web manual for checker developers. (authored by dergachev). Changed prior to commit: https://reviews.llvm.org/D22874?vs=65762&id=65979#toc Repository: rL LLVM https://r

Re: [PATCH] D22874: [analyzer] Fixes to the checker developer manual.

2016-07-27 Thread Anna Zaks via cfe-commits
zaks.anna accepted this revision. zaks.anna added a comment. This revision is now accepted and ready to land. A couple of nits. Otherwise, LGTM. Thanks! Comment at: www/analyzer/checker_dev_manual.html:534 @@ +533,3 @@ +itself to the child process (for example, in gcc you can +s

[PATCH] D22874: [analyzer] Fixes to the checker developer manual.

2016-07-27 Thread Artem Dergachev via cfe-commits
NoQ created this revision. NoQ added a reviewer: zaks.anna. NoQ added subscribers: dcoughlin, xazax.hun, a.sidorin, cfe-commits. 1. Fix the explanation of how to run tests after migration from autotools to cmake. 2. Expand the "debugging" section with more interesting stuff, as accidentally dis