<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/www/analyzer/scan-build.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>Fix typo. NFC</title>
<updated>2018-01-31T12:06:15+00:00</updated>
<author>
<name>Jonathan Roelofs</name>
<email>jonathan@codesourcery.com</email>
</author>
<published>2018-01-31T12:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2f335af5c05508edaa2f756df88c7d527ec06c04'/>
<id>urn:sha1:2f335af5c05508edaa2f756df88c7d527ec06c04</id>
<content type='text'>
llvm-svn: 323864
</content>
</entry>
<entry>
<title>[scan-build] Add an option to skip overriding CC and CXX make vars</title>
<updated>2018-01-29T16:49:34+00:00</updated>
<author>
<name>Jonathan Roelofs</name>
<email>jonathan@codesourcery.com</email>
</author>
<published>2018-01-29T16:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4a205fd0383709364911f37767a5a31224492c51'/>
<id>urn:sha1:4a205fd0383709364911f37767a5a31224492c51</id>
<content type='text'>
Autoconf and some other systems tend to add essential compilation
options to CC (e.g. -std=gnu99). When running such an auto-generated
makefile, scan-build does not need to change CC and CXX as they are
already set to use ccc-analyzer by a configure script.

Implement a new option --keep-cc as was proposed in this discussion:
http://lists.llvm.org/pipermail/cfe-dev/2013-September/031832.html

Patch by Paul Fertser!

llvm-svn: 323665
</content>
</entry>
<entry>
<title>[analyzer] Add --force-analyze-debug-code option to scan-build</title>
<updated>2016-02-18T11:08:46+00:00</updated>
<author>
<name>Yury Gribov</name>
<email>y.gribov@samsung.com</email>
</author>
<published>2016-02-18T11:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a6560ebe4c4bc540d6eb8cbfd60fe0788194c90c'/>
<id>urn:sha1:a6560ebe4c4bc540d6eb8cbfd60fe0788194c90c</id>
<content type='text'>
to force debug build and hopefully enable more precise warnings.

Static Analyzer is much more efficient when built in debug mode
(-UNDEBUG) so we advice users to enable it manually. This may be
inconvenient in case of large complex projects (think about Linux
distros e.g. Android or Tizen). This patch adds a flag to scan-build
which inserts -UNDEBUG automatically.

Differential Revision: http://reviews.llvm.org/D16200

llvm-svn: 261204
</content>
</entry>
<entry>
<title>[analyzer] Update links to developer.apple.com.</title>
<updated>2015-09-18T16:12:16+00:00</updated>
<author>
<name>Jordan Rose</name>
<email>jordan_rose@apple.com</email>
</author>
<published>2015-09-18T16:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=76a74c561710d7e2160276a66698a6350c0d9b0d'/>
<id>urn:sha1:76a74c561710d7e2160276a66698a6350c0d9b0d</id>
<content type='text'>
The content at the new links is /also/ a little dated, but that's our
(Apple's) problem.

llvm-svn: 247999
</content>
</entry>
<entry>
<title>Fix "the the" in comments/documentation/etc.</title>
<updated>2015-06-19T01:52:53+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2015-06-19T01:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2c4555ad1b6e60c79318350fa54cca78e2288967'/>
<id>urn:sha1:2c4555ad1b6e60c79318350fa54cca78e2288967</id>
<content type='text'>
llvm-svn: 240110
</content>
</entry>
<entry>
<title>[analyzer] Helpful hints for Windows users of scan-build.</title>
<updated>2014-10-31T20:57:57+00:00</updated>
<author>
<name>Anton Yartsev</name>
<email>anton.yartsev@gmail.com</email>
</author>
<published>2014-10-31T20:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5ad0169855cbc152a5f76a0e7c8117d56f557cc4'/>
<id>urn:sha1:5ad0169855cbc152a5f76a0e7c8117d56f557cc4</id>
<content type='text'>
llvm-svn: 220999
</content>
</entry>
<entry>
<title>www: remove proprietary dbtree.js script from r96013</title>
<updated>2014-05-05T19:53:49+00:00</updated>
<author>
<name>Alp Toker</name>
<email>alp@nuanti.com</email>
</author>
<published>2014-05-05T19:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=871de4ff4dbc920c5013f800048eb5c3c9314c46'/>
<id>urn:sha1:871de4ff4dbc920c5013f800048eb5c3c9314c46</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>+ "For Windows Users" section</title>
<updated>2013-06-28T19:21:11+00:00</updated>
<author>
<name>Anton Yartsev</name>
<email>anton.yartsev@gmail.com</email>
</author>
<published>2013-06-28T19:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=93e5a02c8bbc1424ea197bf2f4650d28030f7991'/>
<id>urn:sha1:93e5a02c8bbc1424ea197bf2f4650d28030f7991</id>
<content type='text'>
+ description for --use-analyzer option
+ managed size of columns of the 'options' table

llvm-svn: 185199
</content>
</entry>
<entry>
<title>Fix ALL the markup.</title>
<updated>2012-01-15T15:26:07+00:00</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-01-15T15:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=eaa262b5b8b47a835aa200480b31fd80f719fe41'/>
<id>urn:sha1:eaa262b5b8b47a835aa200480b31fd80f719fe41</id>
<content type='text'>
llvm-svn: 148219
</content>
</entry>
</feed>
