Commit Graph

12 Commits

Author SHA1 Message Date
Justin Bogner 87a17a30e1 docs: Remove references to the long-defunct LLVM_USED_LIBS
LLVM_USED_LIBS hasn't done anything since 2012, stop telling people to
set it in the docs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254173 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-26 19:52:24 +00:00
Douglas Katzman 9205728661 Fix typo in tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238885 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-02 22:40:27 +00:00
Richard Smith 2bc825e5e3 Update documentation to match recent API change. newFrontendActionFactory now returns a unique_ptr.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207789 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-01 20:04:39 +00:00
Alexander Kornienko 8785edcaa6 Updated tutorial code according to the changes in r197139.
Thanks to Konrad Kleine for reporting the inconsistency!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201693 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-19 16:11:38 +00:00
Dmitri Gribenko ebf8fe2699 Documentation: Change UTF-8 ellipsis character to ASCII ... sequence
Patch by Dimitry Andric


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180674 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-27 16:26:29 +00:00
Manuel Klimek 74df03a0d1 Multiple improvements to the AST matcher tutorial.
Patch by Jochen Eisinger.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179758 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-18 14:30:45 +00:00
Manuel Klimek 141f1d24d5 This corrects problems in the LibASTMatchers tutorial.
Patch by Jochen Eisinger.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179683 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-17 15:02:12 +00:00
Edwin Vane 7e6f23a02d Make LibASTMatchersTutorial code match text
Fixed code to match text. Slight adjustment for readability.

Author: Béatrice Creusillet


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176493 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-05 18:04:37 +00:00
Dmitri Gribenko ba6efd3419 Documentation: use code highlighting
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176480 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-05 13:05:56 +00:00
Manuel Klimek e3a2b81429 Make the tutorial easier to compile by adding in some of the details.
Patch by Béatrice Creusillet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176434 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-04 11:31:46 +00:00
Edwin Vane b1f67dbbb1 Style and Doc fix for CommonOptionsParser
- 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


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170229 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-14 18:58:25 +00:00
Sean Silva 93ca0217a2 docs: More reST conversion.
Sorry for the large commit, but it is much faster to convert in batches.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170067 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-13 01:10:46 +00:00