danzimm created this revision. danzimm added a reviewer: modocache. Herald added a subscriber: cfe-commits.
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. Repository: rC Clang https://reviews.llvm.org/D52664 Files: docs/LibASTMatchersTutorial.rst Index: docs/LibASTMatchersTutorial.rst =================================================================== --- docs/LibASTMatchersTutorial.rst +++ docs/LibASTMatchersTutorial.rst @@ -113,6 +113,7 @@ LoopConvert.cpp ) target_link_libraries(loop-convert + PRIVATE clangTooling clangBasic clangASTMatchers
Index: docs/LibASTMatchersTutorial.rst =================================================================== --- docs/LibASTMatchersTutorial.rst +++ docs/LibASTMatchersTutorial.rst @@ -113,6 +113,7 @@ LoopConvert.cpp ) target_link_libraries(loop-convert + PRIVATE clangTooling clangBasic clangASTMatchers
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits