Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various things...
authorChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2019 13:14:23 +0000 (13:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2019 13:14:23 +0000 (13:14 +0000)
commitd80f118e523adfa70f439e5251d2ea9c8e2cdf12
treecad0af15884779084a5df29b30778b7d4176ef03
parent561ba386233628f6ef6e114e971d486a0a8bedba
Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various things, aligning with the direction of the WiCT workshop, and Meike Baumgärtner's view of how this should work.  The old version of the documentation is unmodified, this is an experiment.

llvm-svn: 357862
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05-cfg.png [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst [new file with mode: 0644]
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl10.rst [new file with mode: 0644]