summaryrefslogtreecommitdiffstats
path: root/clang/www/hacking.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated svn/git information from hacking pageAlexander Lanin2020-01-031-24/+2
| | | | | | | | | The patch files section is redundant to https://llvm.org/docs/GettingStarted.html. There is nothing clang specific here. We are talking about a monorepo after all. While it may seem nice to have one single clang page which explains everything, it's not: It doesn't cover the topics in sufficient depth, it's redundant to other pages and it's hard to keep it up to date as we see with the svn instructions.
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-12/+12
| | | | | | | | | | | | | | | | | | | | | | 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
* Adjust documentation for git migration.James Y Knight2019-01-291-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* update the clang doc about contributionsSylvestre Ledru2018-10-251-3/+4
| | | | llvm-svn: 345267
* [WWW] Fixing file permissions for the .html pages.Mike Edwards2018-07-271-0/+0
| | | | llvm-svn: 338098
* Remove reference to stale (2009) python version.Yaron Keren2018-03-251-1/+1
| | | | llvm-svn: 328447
* Typos in tutorialJan Korous2017-10-131-2/+2
| | | | llvm-svn: 315652
* Use VS2015 Project Support for Natvis to eliminate the need to manually ↵Mike Spertus2016-03-281-6/+8
| | | | | | | | | install clang native visualizer This is the clang equivalent to llvm commit 264601. When using Visual Studio 2015, cmake now puts the native visualizers in llvm.sln, so the developer automatically sees custom visualizations. Much thanks to ariccio who provided extensive help on this change. (manual installation still needed on VS2013). llvm-svn: 264603
* Tweak documentation.Nico Weber2014-06-121-6/+4
| | | | | | | | | | 1. Having "get started", "get involved", and "hacking" makes it hard to find how to send patches, so add a link from "get involved" to "hacking". 2. Remove an almost 5 year old note on the test running meachanism changing soon. 3. Let "hacking" link to the LLVM developer policy. llvm-svn: 210826
* Update debugging visualizers section.Nikola Smiljanic2014-01-301-17/+9
| | | | llvm-svn: 200460
* Mention the lldb formatters in the clang wiki under debugging.Argyrios Kyrtzidis2012-11-161-0/+4
| | | | llvm-svn: 168118
* Add note to hacking.html that running the test harness directly from the ↵Eli Friedman2012-04-161-2/+10
| | | | | | command-line requires making sure the relevant files are generated first. Patch by Matt Fowles, with some minor modifications. llvm-svn: 154795
* Updated information on how to perform command line testing on Windows when ↵Aaron Ballman2012-02-091-8/+23
| | | | | | built from MSVC. llvm-svn: 150180
* Fix ALL the markup.Benjamin Kramer2012-01-151-19/+23
| | | | llvm-svn: 148219
* Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-devDouglas Gregor2011-11-191-5/+4
| | | | llvm-svn: 145000
* Stop claiming that Visual Studio 2005 is a viable basis for buildingChandler Carruth2011-11-161-1/+1
| | | | | | | Clang. It isn't any more, and we're not going to twist the code around to make it work. llvm-svn: 144815
* Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic!Douglas Gregor2011-07-271-0/+22
| | | | llvm-svn: 136207
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559
* www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi2011-03-181-4/+12
| | | | llvm-svn: 127863
* www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and ↵NAKAMURA Takumi2011-03-181-36/+36
| | | | | | add proper slashes to URL. llvm-svn: 127862
* Note the need for --param=build_config=whatever in the Hacking Clang ↵Douglas Gregor2011-01-241-0/+4
| | | | | | document, from Yuri Gribov llvm-svn: 124130
* Update website to reflect that tests are no longer failing on Windows.Francois Pichet2010-09-111-21/+9
| | | | llvm-svn: 113704
* Put the info on testing from the command line into its own sectionDawn Perchik2010-09-031-0/+5
| | | | | | titled "Testing on the Command Line". llvm-svn: 112972
* www: Add note on running clang tests from a CMake build, patch by Peter ↵Daniel Dunbar2010-06-101-0/+3
| | | | | | Collingbourne llvm-svn: 105791
* Add a Coding Standards section to hacking.html, and point out that cstdio is ↵Daniel Dunbar2010-01-221-0/+22
| | | | | | forbidden. llvm-svn: 94137
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-1/+0
| | | | llvm-svn: 91176
* Update clang web pages with respect to WindowsJohn Thompson2009-11-061-5/+59
| | | | llvm-svn: 86200
* Improve the Getting Started and Hacking web pages, patch byChris Lattner2009-08-201-0/+7
| | | | | | John Thompson! llvm-svn: 79518
* s/ccc/clang/Daniel Dunbar2009-08-061-2/+2
| | | | llvm-svn: 78320
* Website updates for working with Visual Studio and making patches.Eli Friedman2009-08-031-3/+90
| | | | | | Patch by John Thompson! llvm-svn: 77988
* Add svn:eol-style=native to some filesCedric Venet2009-02-141-101/+101
| | | | | | Correct two files with inconsistent lines endings. llvm-svn: 64564
* add note about running the test suite with valgrindNuno Lopes2008-11-251-0/+3
| | | | llvm-svn: 60029
* Add some quick notes on the clang tests and running the LLVM testDaniel Dunbar2008-11-181-0/+19
| | | | | | suite with clang. llvm-svn: 59536
* Fix some validation errors.Daniel Dunbar2008-11-131-9/+6
| | | | llvm-svn: 59272
* Start a "hacking" page with some simple notes on getting startedDaniel Dunbar2008-11-131-0/+82
developing clang. llvm-svn: 59270
OpenPOWER on IntegriCloud