<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/www/analyzer/checker_dev_manual.html, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2019-10-24T20:25:15+00:00</updated>
<entry>
<title>[www] Change URLs to HTTPS.</title>
<updated>2019-10-24T20:25:15+00:00</updated>
<author>
<name>Stephan T. Lavavej</name>
<email>stl@microsoft.com</email>
</author>
<published>2019-10-23T23:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05'/>
<id>urn:sha1:2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Adjust documentation for git migration.</title>
<updated>2019-01-29T16:37:27+00:00</updated>
<author>
<name>James Y Knight</name>
<email>jyknight@google.com</email>
</author>
<published>2019-01-29T16:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5d71fc5d7b5ffe2323418a09db6eddaf84d6c662'/>
<id>urn:sha1:5d71fc5d7b5ffe2323418a09db6eddaf84d6c662</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>[analyzer] Added a checklist to help checker authors and reviewers</title>
<updated>2019-01-29T10:21:49+00:00</updated>
<author>
<name>Gabor Horvath</name>
<email>xazax.hun@gmail.com</email>
</author>
<published>2019-01-29T10:21:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6591b6ae8580fe90530bab481f7d4459f0a1a5fb'/>
<id>urn:sha1:6591b6ae8580fe90530bab481f7d4459f0a1a5fb</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D52984

llvm-svn: 352470
</content>
</entry>
<entry>
<title>[analyzer][www] Add more useful links</title>
<updated>2018-10-09T10:05:08+00:00</updated>
<author>
<name>Kristof Umann</name>
<email>dkszelethus@gmail.com</email>
</author>
<published>2018-10-09T10:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1c9870cf139e10e6fd5558aa7ac1aad9831ba60d'/>
<id>urn:sha1:1c9870cf139e10e6fd5558aa7ac1aad9831ba60d</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D52993

llvm-svn: 344031
</content>
</entry>
<entry>
<title>[www] Update link to analyzer's "Building a Checker in 24 hours" video</title>
<updated>2018-02-26T00:39:25+00:00</updated>
<author>
<name>Devin Coughlin</name>
<email>dcoughlin@apple.com</email>
</author>
<published>2018-02-26T00:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c0ffd637b985a56a58df6dc14d2715efb6f9182c'/>
<id>urn:sha1:c0ffd637b985a56a58df6dc14d2715efb6f9182c</id>
<content type='text'>
The video is now uploaded to YouTube.

llvm-svn: 326062
</content>
</entry>
<entry>
<title>[Analyzer] Document a gotcha: for C++ -analyze-function requires parameters in function name</title>
<updated>2017-09-30T00:07:22+00:00</updated>
<author>
<name>George Karpenkov</name>
<email>ekarpenkov@apple.com</email>
</author>
<published>2017-09-30T00:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=40eb5130a5646cd917fd71ea4520e928e2432d71'/>
<id>urn:sha1:40eb5130a5646cd917fd71ea4520e928e2432d71</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D37596

llvm-svn: 314573
</content>
</entry>
<entry>
<title>[analyzer] Fix a path in the developer manual</title>
<updated>2017-07-08T08:23:52+00:00</updated>
<author>
<name>Gabor Horvath</name>
<email>xazax.hun@gmail.com</email>
</author>
<published>2017-07-08T08:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=70c671a3bf34748e49f22eb24008bd569a7ac594'/>
<id>urn:sha1:70c671a3bf34748e49f22eb24008bd569a7ac594</id>
<content type='text'>
Patch by: Reka Nikolett Kovacs

llvm-svn: 307468
</content>
</entry>
<entry>
<title>[analyzer] Update the web manual for checker developers.</title>
<updated>2016-07-28T20:13:14+00:00</updated>
<author>
<name>Artem Dergachev</name>
<email>artem.dergachev@gmail.com</email>
</author>
<published>2016-07-28T20:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d73c57c3281618ee4f80df4162299c3d11e3d494'/>
<id>urn:sha1:d73c57c3281618ee4f80df4162299c3d11e3d494</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Update mailing list references to lists.llvm.org</title>
<updated>2015-08-05T03:55:23+00:00</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2015-08-05T03:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4a08e931b69b869a959003e678d4fe864b97a13a'/>
<id>urn:sha1:4a08e931b69b869a959003e678d4fe864b97a13a</id>
<content type='text'>
llvm-svn: 244000
</content>
</entry>
<entry>
<title>Fix 'CFG graph' typo. NFC</title>
<updated>2015-05-19T18:51:56+00:00</updated>
<author>
<name>Jonathan Roelofs</name>
<email>jonathan@codesourcery.com</email>
</author>
<published>2015-05-19T18:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=99bdd98a2bfc63593104f656d8166f369b8a0716'/>
<id>urn:sha1:99bdd98a2bfc63593104f656d8166f369b8a0716</id>
<content type='text'>
Patch by Jon Eyolfson!

llvm-svn: 237713
</content>
</entry>
</feed>
