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 |
Devin Coughlin
|
0fb33f9690
|
[www] Add nullability questions to analyzer FAQ.
llvm-svn: 279330
|
2016-08-19 22:04:45 +00:00 |
Devin Coughlin
|
9ec2cb600b
|
[www] Add analyzer FAQ about not releasing ivars in -dealloc.
llvm-svn: 279183
|
2016-08-19 01:22:50 +00:00 |
Devin Coughlin
|
37d3264a30
|
[www][analyzer] Update recommended suppression mechanism for localization.
Based on feedback from Jordan Rose, make the recommended suppression function be 'static
inline'.
llvm-svn: 268768
|
2016-05-06 18:13:30 +00:00 |
Devin Coughlin
|
b1255de973
|
[www][analyzer] Add FAQ about suppression of missing localization diagnostic.
llvm-svn: 268764
|
2016-05-06 17:51:34 +00:00 |
Anna Zaks
|
ac98dbc33b
|
[analyzer] Enhance FAQ with instructions on handing unused variables.
llvm-svn: 251448
|
2015-10-27 20:19:38 +00:00 |
Anna Zaks
|
4a8a015f13
|
[analyzer] Reword FAQ
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
|
2013-03-01 06:38:16 +00:00 |
Anna Zaks
|
f5cad928f5
|
Make the analyzer site a single point of reference for info
on controlling diagnostics.
llvm-svn: 158581
|
2012-06-16 00:30:21 +00:00 |
Anna Zaks
|
c1e3568e7d
|
[analyzer] WWW: Add table of contents, fixed code examples.
llvm-svn: 158331
|
2012-06-11 22:09:44 +00:00 |
Ted Kremenek
|
2d7fc64274
|
Add CSS style for FAQ questions, and restate FAQ questions as actual questions.
llvm-svn: 158282
|
2012-06-09 20:10:45 +00:00 |
Ted Kremenek
|
41bf2cc177
|
Wordsmith a bit, and turn </h1> into </h4> when appropriate.
llvm-svn: 158281
|
2012-06-09 20:10:42 +00:00 |
Anna Zaks
|
ab24b83b01
|
[analyzer] FAQ page fixup
llvm-svn: 158254
|
2012-06-09 01:05:01 +00:00 |
Anna Zaks
|
40d64fcd55
|
[analyzer] Add FAQ and How to Deal with Common False Positives page
Still not linked in; comments and additions are very welcome.
llvm-svn: 158253
|
2012-06-09 01:04:54 +00:00 |