summaryrefslogtreecommitdiff
path: root/docs/IntroductionToTheClangAST.rst
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-05-17 08:40:22 +0000
committerManuel Klimek <klimek@google.com>2013-05-17 08:40:22 +0000
commit7b773002d0beae96a8a34ec9413877242381ec75 (patch)
treea7d2f5386b09cdf9f74f41905367d905ebf084f1 /docs/IntroductionToTheClangAST.rst
parenta40983460cc3f8f583cd968ac2e4647dc30c83f5 (diff)
downloadclang-7b773002d0beae96a8a34ec9413877242381ec75.tar.gz
Add embedded video for the AST tutorial.
As asked for by Sean, putting the video into the docs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/IntroductionToTheClangAST.rst')
-rw-r--r--docs/IntroductionToTheClangAST.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/IntroductionToTheClangAST.rst b/docs/IntroductionToTheClangAST.rst
index 81eb7ed0b9..b62aa588d9 100644
--- a/docs/IntroductionToTheClangAST.rst
+++ b/docs/IntroductionToTheClangAST.rst
@@ -7,6 +7,10 @@ AST. It is targeted at developers who either want to contribute to
Clang, or use tools that work based on Clang's AST, like the AST
matchers.
+.. raw:: html
+
+ <center><iframe width="560" height="315" src="http://www.youtube.com/embed/VqCkCDFLSsc?vq=hd720" frameborder="0" allowfullscreen></iframe></center>
+
Introduction
============