diff options
| -rw-r--r-- | clang/docs/IntroductionToTheClangAST.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/IntroductionToTheClangAST.rst b/clang/docs/IntroductionToTheClangAST.rst index b62aa588d99..20510344fdf 100644 --- a/clang/docs/IntroductionToTheClangAST.rst +++ b/clang/docs/IntroductionToTheClangAST.rst @@ -11,6 +11,8 @@ matchers. <center><iframe width="560" height="315" src="http://www.youtube.com/embed/VqCkCDFLSsc?vq=hd720" frameborder="0" allowfullscreen></iframe></center> +`Slides <http://llvm.org/devmtg/2013-04/klimek-slides.pdf>`_ + Introduction ============ |

