diff options
author | Dmitry Polukhin <dmitry.polukhin@gmail.com> | 2016-03-09 16:19:04 +0000 |
---|---|---|
committer | Dmitry Polukhin <dmitry.polukhin@gmail.com> | 2016-03-09 16:19:04 +0000 |
commit | bc82e2635d205262d10e9a480c27da44e177d621 (patch) | |
tree | fee43baff168fe98a2a5492801fba142cc8c09f3 | |
parent | 9f2e00de7b2bd57ac219c008a7d143dbcd772a4d (diff) | |
download | bcm5719-llvm-bc82e2635d205262d10e9a480c27da44e177d621.tar.gz bcm5719-llvm-bc82e2635d205262d10e9a480c27da44e177d621.zip |
NFC fix documentation build by rL263015
llvm-svn: 263023
-rw-r--r-- | clang/docs/ItaniumMangleAbiTags.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ItaniumMangleAbiTags.rst b/clang/docs/ItaniumMangleAbiTags.rst index 8de20931bb9..6d50acad4b6 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. + |