summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersTutorial.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix a doc typo to cycle botsNico Weber2019-12-201-1/+1
|
* AST Matchers tutorial requests to enable clang-tools-extra. NFCIlya Biryukov2019-06-071-1/+1
| | | | | | Otherwise the examples do not build. llvm-svn: 362812
* Update AST matchers tutorial to use monorepo layoutIlya Biryukov2019-06-061-6/+6
| | | | | | | | | | The docs were inconsistent: requesting the user to clone the monorepo, and then continuing with the `llvm/tools/clang` layout. Follow-up to a question on cfe-dev: http://lists.llvm.org/pipermail/cfe-dev/2019-June/062518.html llvm-svn: 362683
* Adjust documentation for git migration.James Y Knight2019-01-291-17/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-4/+4
| | | | llvm-svn: 346101
* Update CMakeLists.txt snippet so that example compilesStephen Kelly2018-10-011-0/+1
| | | | | | | | | | | | | | | | Summary: Previous to this the example didn't work out of the box, it seems some cmake config changed between when this was written and now. Author: Dan Zimmerman <daniel.zimmerman@me.com> Reviewers: modocache, steveire Reviewed By: steveire Subscribers: smeenai, steveire, cfe-commits Differential Revision: https://reviews.llvm.org/D52664 llvm-svn: 343530
* Add missing newlines to cl::extrahelp usesStephane Sezer2018-05-081-1/+1
| | | | llvm-svn: 331802
* [clang] Minor fix to libASTMatcherTutorialMads Ravn2016-12-301-2/+2
| | | | | | | | | | | | | | | | There was a small error in the code in the tutorial. The tutorial contains a few errors which results in code not being able to compile. One error was described here: https://llvm.org/bugs/show_bug.cgi?id=25583 . I found and fixed the error and one additional error. Reviewers: aaron.ballman, malcolm.parsons Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D28180 llvm-svn: 290766
* docs: Remove references to the long-defunct LLVM_USED_LIBSJustin Bogner2015-11-261-1/+0
| | | | | | | LLVM_USED_LIBS hasn't done anything since 2012, stop telling people to set it in the docs. llvm-svn: 254173
* Fix typo in tutorial.Douglas Katzman2015-06-021-1/+1
| | | | llvm-svn: 238885
* Update documentation to match recent API change. newFrontendActionFactory ↵Richard Smith2014-05-011-2/+2
| | | | | | now returns a unique_ptr. llvm-svn: 207789
* Updated tutorial code according to the changes in r197139.Alexander Kornienko2014-02-191-2/+6
| | | | | | Thanks to Konrad Kleine for reporting the inconsistency! llvm-svn: 201693
* Documentation: Change UTF-8 ellipsis character to ASCII ... sequenceDmitri Gribenko2013-04-271-1/+1
| | | | | | Patch by Dimitry Andric llvm-svn: 180674
* Multiple improvements to the AST matcher tutorial.Manuel Klimek2013-04-181-29/+44
| | | | | | Patch by Jochen Eisinger. llvm-svn: 179758
* This corrects problems in the LibASTMatchers tutorial.Manuel Klimek2013-04-171-3/+6
| | | | | | Patch by Jochen Eisinger. llvm-svn: 179683
* Make LibASTMatchersTutorial code match textEdwin Vane2013-03-051-5/+5
| | | | | | | Fixed code to match text. Slight adjustment for readability. Author: Béatrice Creusillet llvm-svn: 176493
* Documentation: use code highlightingDmitri Gribenko2013-03-051-30/+31
| | | | llvm-svn: 176480
* Make the tutorial easier to compile by adding in some of the details.Manuel Klimek2013-03-041-0/+5
| | | | | | Patch by Béatrice Creusillet. llvm-svn: 176434
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-141-4/+4
| | | | | | | | | | | | - Renaming GetCompilations() and GetSourcePathList() to follow LLVM style. - Updating docs to reflect name change. - Also updating help text to not mention clang-check since this class can be used by any tool. Reviewed By: Alexander Kornienko llvm-svn: 170229
* docs: More reST conversion.Sean Silva2012-12-131-0/+532
Sorry for the large commit, but it is much faster to convert in batches. llvm-svn: 170067
OpenPOWER on IntegriCloud