aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/ItaniumMangleAbiTags.rst
diff options
context:
space:
mode:
authorDmitry Polukhin <dmitry.polukhin@gmail.com>2016-03-09 16:19:04 +0000
committerDmitry Polukhin <dmitry.polukhin@gmail.com>2016-03-09 16:19:04 +0000
commitbc82e2635d205262d10e9a480c27da44e177d621 (patch)
treefee43baff168fe98a2a5492801fba142cc8c09f3 /clang/docs/ItaniumMangleAbiTags.rst
parent9f2e00de7b2bd57ac219c008a7d143dbcd772a4d (diff)
downloadllvm-bc82e2635d205262d10e9a480c27da44e177d621.zip
llvm-bc82e2635d205262d10e9a480c27da44e177d621.tar.gz
llvm-bc82e2635d205262d10e9a480c27da44e177d621.tar.bz2
NFC fix documentation build by rL263015
llvm-svn: 263023
Diffstat (limited to 'clang/docs/ItaniumMangleAbiTags.rst')
-rw-r--r--clang/docs/ItaniumMangleAbiTags.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ItaniumMangleAbiTags.rst b/clang/docs/ItaniumMangleAbiTags.rst
index 8de2093..6d50aca 100644
--- a/clang/docs/ItaniumMangleAbiTags.rst
+++ b/clang/docs/ItaniumMangleAbiTags.rst
@@ -99,3 +99,4 @@ in the type of a cast operator) are NOT available.
Example: a cast operator to std::string (which is
std::__cxx11::basic_string<...>) will use 'cxx11' as an active tag, as it is
required from the return type `std::string` but not available.
+