Kristof Umann
1c9870cf13
[analyzer][www] Add more useful links
...
Differential Revision: https://reviews.llvm.org/D52993
llvm-svn: 344031
2018-10-09 10:05:08 +00:00
Devin Coughlin
c0ffd637b9
[www] Update link to analyzer's "Building a Checker in 24 hours" video
...
The video is now uploaded to YouTube.
llvm-svn: 326062
2018-02-26 00:39:25 +00:00
George Karpenkov
40eb5130a5
[Analyzer] Document a gotcha: for C++ -analyze-function requires parameters in function name
...
Differential Revision: https://reviews.llvm.org/D37596
llvm-svn: 314573
2017-09-30 00:07:22 +00:00
Gabor Horvath
70c671a3bf
[analyzer] Fix a path in the developer manual
...
Patch by: Reka Nikolett Kovacs
llvm-svn: 307468
2017-07-08 08:23:52 +00:00
Artem Dergachev
d73c57c328
[analyzer] Update the web manual for checker developers.
...
Fix the explanation of how to run tests after migration
from autotools to cmake.
Significantly expand the "debugging" section
with more interesting stuff.
Update the table of contents accordingly.
Fix paragraphs in the overview section.
Differential Revision: https://reviews.llvm.org/D22874
llvm-svn: 277029
2016-07-28 20:13:14 +00:00
Tanya Lattner
4a08e931b6
Update mailing list references to lists.llvm.org
...
llvm-svn: 244000
2015-08-05 03:55:23 +00:00
Jonathan Roelofs
99bdd98a2b
Fix 'CFG graph' typo. NFC
...
Patch by Jon Eyolfson!
llvm-svn: 237713
2015-05-19 18:51:56 +00:00
Anton Yartsev
45056dc50a
[analyzer] Alpha and implicit checker lists, expand/collapse feature.
...
The list of alpha and the list of implicit checkers added. An ability to expand/collapse long texts added. Markup fixed.
http://reviews.llvm.org/D3457
llvm-svn: 209131
2014-05-19 15:04:55 +00:00
Anna Zaks
8cfbaa6988
[analyzer] Extend the checker developer manual. A patch by Sam Handler!
...
llvm-svn: 182204
2013-05-18 22:51:28 +00:00
Anna Zaks
1ebded0a11
[analyzer] Add a link to the Building a Checker in 24 Hours talk to the developer manual
...
llvm-svn: 179490
2013-04-14 18:36:51 +00:00
Anna Zaks
af48a938e3
[analyzer] Extend the Representing Values section of the dev manual.
...
llvm-svn: 171823
2013-01-08 00:25:14 +00:00
David Blaikie
7c70fe60aa
Fix typo. (s/Explided/Exploded/)
...
Patch by Sean McBride.
llvm-svn: 164318
2012-09-20 20:59:21 +00:00
Anna Zaks
03e0651ff3
[analyzer] www: A minor cleanup to the dev manual.
...
llvm-svn: 148514
2012-01-20 00:11:04 +00:00
Benjamin Kramer
eaa262b5b8
Fix ALL the markup.
...
llvm-svn: 148219
2012-01-15 15:26:07 +00:00
Anna Zaks
e87ad4625c
[analyzer] More www; document ProgramState->dump().
...
llvm-svn: 146049
2011-12-07 19:04:27 +00:00
Anna Zaks
db0e17336d
[analyzer] Update the checker writer manual with explanation of SVals
...
and the link to checker callback documentation.
SVal, SymExpr, MemRegion description is a slightly edited version of
Ted's reply to a question on cfe-dev list.
llvm-svn: 146048
2011-12-07 19:04:24 +00:00
Anna Zaks
5259086b8e
[analyzer] Add overview and checker registration to the checker developer manual.
...
llvm-svn: 143911
2011-11-07 05:36:29 +00:00
Anna Zaks
75a3f48cac
[analyzer] Start writing Checker Developer Manual.
...
So far added the skeleton + several more or less complete sections:
Getting Started
Idea for a Checker
AST Visitors
Useful Commands/Debugging Hints
llvm-svn: 143554
2011-11-02 17:49:20 +00:00