summaryrefslogtreecommitdiffstats
path: root/clang/www/analyzer/open_projects.html
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Add test cases for the unsupported C++ constructor modeling.Artem Dergachev2019-11-071-3/+40
| | | | | | | | | | | | | Namely, for the following items: - Handle constructors within new[]; - Handle constructors for default arguments. Update the open projects page with a link to the newly added tests and more hints for potential contributors. Patch by Daniel Krupp! Differential Revision: https://reviews.llvm.org/D69308
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-12/+11
| | | | | | | | | | | | | | | | | | | | | | 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
* [analyzer][www] Moving MoveChecker out of alpha is no longer an open project.Kristof Umann2019-04-221-10/+0
| | | | llvm-svn: 358877
* [analyzer] [www] Minor improvements to the text in open_projectsGeorge Karpenkov2018-10-171-21/+18
| | | | llvm-svn: 344664
* [analyzer] [www] Updated a list of open projectsGeorge Karpenkov2018-10-171-128/+185
| | | | | | Differential Revision: https://reviews.llvm.org/D53024 llvm-svn: 344663
* [www] Update link to analyzer's "Building a Checker in 24 hours" videoDevin Coughlin2018-02-261-1/+1
| | | | | | The video is now uploaded to YouTube. llvm-svn: 326062
* [Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin2017-08-031-7/+0
| | | | | | | | | | | This change adds support for cross-file diagnostic paths in html output. If the diagnostic path is not cross-file, there is no change in the output. Patch by Vlad Tsyrklevich! Differential Revision: https://reviews.llvm.org/D30406 llvm-svn: 309968
* Update mailing list references to lists.llvm.orgTanya Lattner2015-08-051-1/+1
| | | | llvm-svn: 244000
* 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] 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] 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-101-1/+21
| | | | | | | | | - 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
* [analyzer] Merge C++ status page into Open Projects.Jordan Rose2013-04-171-5/+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-161-0/+134
llvm-svn: 179631
OpenPOWER on IntegriCloud