summaryrefslogtreecommitdiffstats
path: root/clang/www/related.html
Commit message (Collapse)AuthorAgeFilesLines
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-8/+8
| | | | | | | | | | | | | | | | | | | | | | 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
* [WWW] Fixing file permissions for the .html pages.Mike Edwards2018-07-271-0/+0
| | | | llvm-svn: 338098
* [www] Add CodeCompass and CodeChecker to Clang Related Projects pageBruno Cardoso Lopes2018-07-201-0/+22
| | | | llvm-svn: 337555
* Update link to the Chromium Clang pageHans Wennborg2017-11-131-3/+3
| | | | llvm-svn: 318108
* [www] Update the link to the 'include what you use' projectAlex Lorenz2016-11-071-1/+1
| | | | llvm-svn: 286121
* Add a link to the DXR projectEhsan Akhgari2015-10-291-0/+11
| | | | | | | | DXR is a project developed at Mozilla that implements a code indexing and browsing utility on top of libclang that has features such as call graph querying. llvm-svn: 251638
* remove less relevant information + about packaging/Mac OS X + link to cfe-devSylvestre Ledru2014-04-271-1/+1
| | | | llvm-svn: 207362
* add OCLint to the list of projects based on clangSylvestre Ledru2013-09-071-0/+11
| | | | llvm-svn: 190248
* add he 'include what you use' projectSylvestre Ledru2013-09-071-0/+12
| | | | llvm-svn: 190247
* remove the description about clang & llvm in the freebsd section (the reader ↵Sylvestre Ledru2013-09-071-4/+1
| | | | | | probably know what are llvm and clang llvm-svn: 190246
* about the debian effort to rebuild the archive with clangSylvestre Ledru2013-09-071-0/+13
| | | | llvm-svn: 190245
* Fix ALL the markup.Benjamin Kramer2012-01-151-3/+3
| | | | llvm-svn: 148219
* www: Grammar, etc.Daniel Dunbar2010-10-071-3/+3
| | | | llvm-svn: 115914
* www: Add a "Clang Related Projects" page, to collect links to external projectsDaniel Dunbar2010-10-041-0/+55
using Clang in one way or another. Additions welcome! llvm-svn: 115508
OpenPOWER on IntegriCloud