1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/docs/tutorial
Jonas Devlieghere 2c693415b7 [llvm] Migrate llvm::make_unique to std::make_unique
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.

llvm-svn: 369013
2019-08-15 15:54:37 +00:00
..
MyFirstLanguageFrontend [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
BuildingAJIT1.rst [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
BuildingAJIT2.rst [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
BuildingAJIT3.rst
BuildingAJIT4.rst
BuildingAJIT5.rst
index.rst [docs] Fix sphinx doc generation errors 2019-08-14 22:18:01 +00:00
LangImpl01.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl02.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl03.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl04.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl05.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl06.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl07.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl08.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl09.rst unbreak links 2019-07-19 05:49:11 +00:00
LangImpl10.rst unbreak links 2019-07-19 05:49:11 +00:00
OCamlLangImpl1.rst
OCamlLangImpl2.rst
OCamlLangImpl3.rst
OCamlLangImpl4.rst
OCamlLangImpl5.rst [Docs] Fix sphinx warning in OCamlLangImpl5.rst 2019-07-30 16:56:45 +00:00
OCamlLangImpl6.rst
OCamlLangImpl7.rst
OCamlLangImpl8.rst