summaryrefslogtreecommitdiff
path: root/clang/docs/LibASTMatchersTutorial.rst
AgeCommit message (Expand)Author
2025-11-07[clang] Proofread *.rst (#166897)Kazu Hirata
2024-01-17[clang][docs] Improve "Obtaining Clang" section (#71313)Robin Caloudis
2023-12-30[clang] Add build type to LibASTMatchersTutorial.rst cmake (#76301)Craig Hesling
2022-06-10[Documentation] Fixed typos in LibASTMatchers tutorialisuckatcs
2021-07-05[docs] Fix linking issues in LibASTMatchers tutorialGeorgy Komarov
2021-01-29[clang-tooling] Prevent llvm::fatal_error on invalid CLI optionserge-sans-paille
2019-12-20fix a doc typo to cycle botsNico Weber
2019-06-07AST Matchers tutorial requests to enable clang-tools-extra. NFCIlya Biryukov
2019-06-06Update AST matchers tutorial to use monorepo layoutIlya Biryukov
2019-01-29Adjust documentation for git migration.James Y Knight
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru
2018-10-01Update CMakeLists.txt snippet so that example compilesStephen Kelly
2018-05-08Add missing newlines to cl::extrahelp usesStephane Sezer
2016-12-30[clang] Minor fix to libASTMatcherTutorialMads Ravn
2015-11-26docs: Remove references to the long-defunct LLVM_USED_LIBSJustin Bogner
2015-06-02Fix typo in tutorial.Douglas Katzman
2014-05-01Update documentation to match recent API change. newFrontendActionFactory now...Richard Smith
2014-02-19Updated tutorial code according to the changes in r197139.Alexander Kornienko
2013-04-27Documentation: Change UTF-8 ellipsis character to ASCII ... sequenceDmitri Gribenko
2013-04-18Multiple improvements to the AST matcher tutorial.Manuel Klimek
2013-04-17This corrects problems in the LibASTMatchers tutorial.Manuel Klimek
2013-03-05Make LibASTMatchersTutorial code match textEdwin Vane
2013-03-05Documentation: use code highlightingDmitri Gribenko
2013-03-04Make the tutorial easier to compile by adding in some of the details.Manuel Klimek
2012-12-14Style and Doc fix for CommonOptionsParserEdwin Vane
2012-12-13docs: More reST conversion.Sean Silva