summaryrefslogtreecommitdiffstats
path: root/clang/www/analyzer
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-2/+1
| | | | llvm-svn: 240110
* Fix 'CFG graph' typo. NFCJonathan Roelofs2015-05-191-1/+1
| | | | | | Patch by Jon Eyolfson! llvm-svn: 237713
* [analyzer] www: +progress for undefbehavior.ZeroAllocDereference Anton Yartsev2015-03-111-1/+1
| | | | llvm-svn: 231978
* [analyzer] Updated progress for memory.ZeroAllocAnton Yartsev2014-12-241-1/+2
| | | | llvm-svn: 224797
* [analyzer] +memory.ZeroAllocAnton Yartsev2014-12-241-1/+26
| | | | llvm-svn: 224796
* [analyzer] Helpful hints for Windows users of scan-build.Anton Yartsev2014-10-311-4/+27
| | | | llvm-svn: 220999
* [analyzer] Updated tests for ZeroAllocDereference checker.Anton Yartsev2014-10-301-4/+14
| | | | llvm-svn: 220911
* Update contact person in Open Projects webpage for copy-paste detection. ↵Daniel Marjamaki2014-10-301-1/+1
| | | | | | From Per Viberg to Daniel Marjamäki. llvm-svn: 220905
* [analyzer] Alpha and implicit checker lists, expand/collapse feature.Anton Yartsev2014-05-1911-90/+1271
| | | | | | | | 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
* www: add a missing HTML open tagAlp Toker2014-05-061-0/+1
| | | | | | This went AWOL in r207995. llvm-svn: 208018
* www: remove proprietary dbtree.js script from r96013Alp Toker2014-05-058-22/+1
| | | | | | | | | | | | This minified source code and artwork is copied from a commercial product and carries no license information: dbtree.js (7 kb), 25.03.2014 14:51:32 Purchase and download DBTree now for only $29.75 $9.75 It was used by a small TOC which looks fine now as a plain unordered list. llvm-svn: 207995
* [analyzer] Clean up the lists of current and potential checkers.Jordan Rose2014-04-293-1073/+2544
| | | | | | Patch by Anton Yartsev, modified by me. llvm-svn: 207478
* [analyzer] Fix mistake in example for potential checker "posix.Errno".Jordan Rose2014-04-071-1/+1
| | | | | | Found by Richard Osbourne! llvm-svn: 205721
* [analyzer] Add an ErrnoChecker (PR18701) to the Potential Checkers list.Jordan Rose2014-04-051-0/+28
| | | | llvm-svn: 205667
* [analyzer] Update Open Projects page with BitwiseConstraintManager.Jordan Rose2014-04-051-12/+11
| | | | | | | Also, add the names of people most recently working on particular projects, and remove "relate bugs and checkers" (thanks, Alex!). llvm-svn: 205666
* [analyzer] Remove the implemented Identical* checkers from the "potential" list.Jordan Rose2014-03-261-63/+0
| | | | | | Edit by Daniel Fahlgren. llvm-svn: 204842
* [analyzer] post analyzer build checker-276Ted Kremenek2014-02-192-1/+13
| | | | llvm-svn: 201648
* Move checker downloads to llvm.org.Ted Kremenek2013-09-092-2/+2
| | | | llvm-svn: 190316
* [analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker.Jordan Rose2013-08-191-0/+2
| | | | | | Website-only change. llvm-svn: 188731
* [analyzer] Add "unmodified variable" checker to the Potential Checkers.Jordan Rose2013-08-191-0/+24
| | | | | | This is PR16890. llvm-svn: 188681
* [analyzer] Assume that strings are no longer than SIZE_MAX/4.Jordan Rose2013-08-191-5/+0
| | | | | | | | | This keeps the analyzer from making silly assumptions, like thinking strlen(foo)+1 could wrap around to 0. This fixes PR16558. Patch by Karthik Bhat! llvm-svn: 188680
* [analyzer] Update Open Projects and Potential Checkers pages.Jordan Rose2013-08-102-1/+61
| | | | | | | | | - va_list checker (PR16811 and PR16812) - Model floating-point values - Bound bitwise masking operations (PR16615) - Bound C string length (PR16558 and others) llvm-svn: 188127
* + "For Windows Users" sectionAnton Yartsev2013-06-282-2/+21
| | | | | | | + description for --use-analyzer option + managed size of columns of the 'options' table llvm-svn: 185199
* Remove links to old checker builds.Ted Kremenek2013-05-281-20/+11
| | | | llvm-svn: 182811
* Update static analyzer build to checker-275.Ted Kremenek2013-05-242-1/+13
| | | | llvm-svn: 182626
* [analyzer] Extend the checker developer manual. A patch by Sam Handler!Anna Zaks2013-05-181-46/+290
| | | | llvm-svn: 182204
* Update checker build.Ted Kremenek2013-04-232-1/+11
| | | | llvm-svn: 180164
* [analyzer] Website: update lists of potential and actual checkers.Jordan Rose2013-04-192-81/+23
| | | | | | | | | | | | - memory.MismatchedDelete, memory.MultipleDelete, and memory.DeallocateNonPtr are complete (unix.MismatchedDeallocator and cplusplus.NewDelete) - Per discussion on the mailing list, different.UnaryPlusWithUnsigned has dubious value; remove it. - Add potential checker ctordtor.PlacementSelfCopy per an internal bug report. - core.AttributeNonNull is now core.NonNullParamChecker, though no one should be depending on this name anyway. llvm-svn: 179900
* [analyzer] Merge C++ status page into Open Projects.Jordan Rose2013-04-173-63/+37
| | | | | | | | | | Also, add a few random extra open projects. Most of C++ support is done; we don't need the status page anymore. We're hoping that the C++-related open projects are the only major pieces of functionality we don't model at this point. llvm-svn: 179659
* [analyzer] Open Projects: grammar, phrasing, formattingJordan Rose2013-04-171-28/+42
| | | | llvm-svn: 179658
* [analyzer] Add Open Projects page to the analyzer websiteAnna Zaks2013-04-162-1/+136
| | | | llvm-svn: 179631
* [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
* Update checker build to checker-273Ted Kremenek2013-04-082-1/+15
| | | | llvm-svn: 179055
* [analyzer] Update open source checker build to checker-272.Jordan Rose2013-03-012-1/+17
| | | | | | | See http://clang-analyzer.llvm.org/release_notes.html for what's new in this build. llvm-svn: 176389
* [analyzer] Reword FAQAnna Zaks2013-03-011-7/+9
| | | | | | | Reword the FAQ to stress more that the assert should be used only in case the developer is sure that the issue is a false positive. llvm-svn: 176335
* + specified progress informationAnton Yartsev2013-02-121-1/+1
| | | | llvm-svn: 174942
* + centered progress cellsAnton Yartsev2013-02-122-87/+97
| | | | | | + added progress information for several checkers llvm-svn: 174941
* Note that checker-271 is newer than the analyzer in Xcode 4.6Ted Kremenek2013-02-081-0/+1
| | | | llvm-svn: 174759
* Update open source checker build to checker-271.Ted Kremenek2013-02-082-1/+16
| | | | llvm-svn: 174758
* Revert "Update checker build to checker-271."Ted Kremenek2013-02-022-15/+1
| | | | | | Turns out we didn't update scan-build to work with HTML files in nested directories. llvm-svn: 174256
* Update checker build to checker-271.Ted Kremenek2013-02-022-1/+15
| | | | llvm-svn: 174252
* Various tweaks and updates to the analyzer website.Jordan Rose2013-01-085-78/+107
| | | | llvm-svn: 171885
* Repost checker-270, which for some reason got deleted.Ted Kremenek2013-01-082-2/+2
| | | | llvm-svn: 171870
* [analyzer] Extend the Representing Values section of the dev manual.Anna Zaks2013-01-081-11/+27
| | | | llvm-svn: 171823
* Update checker build to checker-270Ted Kremenek2013-01-042-1/+10
| | | | llvm-svn: 171560
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-071-1/+1
| | | | | | Patch by Sean McBride! llvm-svn: 167537
* Add prologue text for list of potential checkers.Ted Kremenek2012-10-111-0/+2
| | | | llvm-svn: 165705
* List of potential checkers: smart pointer checker: actually, unique_ptr<T[]>Dmitri Gribenko2012-10-061-2/+4
| | | | | | will do the right thing for new[] allocated memory. Thanks David! llvm-svn: 165365
* Clang static analyzer docs: fix a couple of HTML markup issues and non-UTF-8Dmitri Gribenko2012-10-062-44/+45
| | | | | | characters. llvm-svn: 165364
* List of potential checkers: more C++11 details for the smart pointer checker.Dmitri Gribenko2012-10-061-4/+6
| | | | llvm-svn: 165363
OpenPOWER on IntegriCloud