Artem Dergachev
5e0fb64842
[analyzer] Add test cases for the unsupported C++ constructor modeling.
...
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
2019-11-07 17:15:53 -08:00
Stephan T. Lavavej
2e4f1e112d
[www] Change URLs to HTTPS.
...
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
2019-10-24 13:25:15 -07:00
Kristof Umann
4aa387212b
[analyzer][www] Moving MoveChecker out of alpha is no longer an open project.
...
llvm-svn: 358877
2019-04-22 09:20:23 +00:00
George Karpenkov
d2198a1bd0
[analyzer] [www] Minor improvements to the text in open_projects
...
llvm-svn: 344664
2018-10-17 01:15:53 +00:00
George Karpenkov
d8aadf7824
[analyzer] [www] Updated a list of open projects
...
Differential Revision: https://reviews.llvm.org/D53024
llvm-svn: 344663
2018-10-17 01:06:20 +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
Devin Coughlin
f0cadcd9f3
[Analyzer] Add support for displaying cross-file diagnostic paths in HTML output
...
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
2017-08-03 18:12:22 +00:00
Tanya Lattner
4a08e931b6
Update mailing list references to lists.llvm.org
...
llvm-svn: 244000
2015-08-05 03:55:23 +00:00
Daniel Marjamaki
3f4062902a
Update contact person in Open Projects webpage for copy-paste detection. From Per Viberg to Daniel Marjamäki.
...
llvm-svn: 220905
2014-10-30 12:44:33 +00:00
Jordan Rose
a32968fc10
[analyzer] Update Open Projects page with BitwiseConstraintManager.
...
Also, add the names of people most recently working on particular projects,
and remove "relate bugs and checkers" (thanks, Alex!).
llvm-svn: 205666
2014-04-05 06:10:22 +00:00
Jordan Rose
60619a639b
[analyzer] Assume that strings are no longer than SIZE_MAX/4.
...
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
2013-08-19 16:27:34 +00:00
Jordan Rose
7964ab5a43
[analyzer] Update Open Projects and Potential Checkers pages.
...
- 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
2013-08-10 01:24:35 +00:00
Jordan Rose
406503a0f9
[analyzer] Merge C++ status page into Open Projects.
...
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
2013-04-17 00:57:39 +00:00
Jordan Rose
4e225c0646
[analyzer] Open Projects: grammar, phrasing, formatting
...
llvm-svn: 179658
2013-04-17 00:57:24 +00:00
Anna Zaks
4082c43d06
[analyzer] Add Open Projects page to the analyzer website
...
llvm-svn: 179631
2013-04-16 21:37:04 +00:00