summaryrefslogtreecommitdiffstats
path: root/clang/www/analyzer/checker_dev_manual.html
Commit message (Collapse)AuthorAgeFilesLines
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-143/+143
| | | | | | | | | | | | | | | | | | | | | | This changes most URLs in llvm's html files to HTTPS. Most changes were search-and-replace with manual verification; some changes were manual. For a few URLs, the websites were performing redirects or had changed their anchors; I fixed those up manually. This consistently uses the official https://wg21.link redirector. This also strips trailing whitespace and fixes a couple of typos. Fixes D69363. There are a very small number of dead links for which I don't know any replacements (they are equally dead as HTTP or HTTPS): https://llvm.org/cmds/llvm2cpp.html https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4 https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4 https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4 https://llvm.org/perf/db_default/v4/nts/22463 https://polly.llvm.org/documentation/memaccess.html
* Adjust documentation for git migration.James Y Knight2019-01-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514
* [analyzer] Added a checklist to help checker authors and reviewersGabor Horvath2019-01-291-0/+105
| | | | | | Differential Revision: https://reviews.llvm.org/D52984 llvm-svn: 352470
* [analyzer][www] Add more useful linksKristof Umann2018-10-091-14/+23
| | | | | | Differential Revision: https://reviews.llvm.org/D52993 llvm-svn: 344031
* [www] Update link to analyzer's "Building a Checker in 24 hours" videoDevin Coughlin2018-02-261-2/+2
| | | | | | The video is now uploaded to YouTube. llvm-svn: 326062
* [Analyzer] Document a gotcha: for C++ -analyze-function requires parameters ↵George Karpenkov2017-09-301-2/+12
| | | | | | | | in function name Differential Revision: https://reviews.llvm.org/D37596 llvm-svn: 314573
* [analyzer] Fix a path in the developer manualGabor Horvath2017-07-081-2/+2
| | | | | | Patch by: Reka Nikolett Kovacs llvm-svn: 307468
* [analyzer] Update the web manual for checker developers.Artem Dergachev2016-07-281-70/+154
| | | | | | | | | | | | | | | | 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
* Update mailing list references to lists.llvm.orgTanya Lattner2015-08-051-3/+3
| | | | llvm-svn: 244000
* Fix 'CFG graph' typo. NFCJonathan Roelofs2015-05-191-1/+1
| | | | | | Patch by Jon Eyolfson! llvm-svn: 237713
* [analyzer] Alpha and implicit checker lists, expand/collapse feature.Anton Yartsev2014-05-191-0/+6
| | | | | | | | 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
* [analyzer] Extend the checker developer manual. A patch by Sam Handler!Anna Zaks2013-05-181-46/+290
| | | | llvm-svn: 182204
* [analyzer] Add a link to the Building a Checker in 24 Hours talk to the ↵Anna Zaks2013-04-141-5/+10
| | | | | | developer manual llvm-svn: 179490
* [analyzer] Extend the Representing Values section of the dev manual.Anna Zaks2013-01-081-11/+27
| | | | llvm-svn: 171823
* Fix typo. (s/Explided/Exploded/)David Blaikie2012-09-201-1/+1
| | | | | | Patch by Sean McBride. llvm-svn: 164318
* [analyzer] www: A minor cleanup to the dev manual.Anna Zaks2012-01-201-1/+2
| | | | llvm-svn: 148514
* Fix ALL the markup.Benjamin Kramer2012-01-151-8/+9
| | | | llvm-svn: 148219
* [analyzer] More www; document ProgramState->dump().Anna Zaks2011-12-071-0/+6
| | | | llvm-svn: 146049
* [analyzer] Update the checker writer manual with explanation of SValsAnna Zaks2011-12-071-2/+65
| | | | | | | | | 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
* [analyzer] Add overview and checker registration to the checker developer ↵Anna Zaks2011-11-071-25/+119
| | | | | | manual. llvm-svn: 143911
* [analyzer] Start writing Checker Developer Manual.Anna Zaks2011-11-021-0/+181
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
OpenPOWER on IntegriCloud