r263023 - NFC fix documentation build by rL263015
Dmitry Polukhin via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 9 08:19:05 PST 2016
Author: dpolukhin
Date: Wed Mar 9 10:19:04 2016
New Revision: 263023
URL: http://llvm.org/viewvc/llvm-project?rev=263023&view=rev
Log:
NFC fix documentation build by rL263015
Modified:
cfe/trunk/docs/ItaniumMangleAbiTags.rst
Modified: cfe/trunk/docs/ItaniumMangleAbiTags.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ItaniumMangleAbiTags.rst?rev=263023&r1=263022&r2=263023&view=diff
==============================================================================
--- cfe/trunk/docs/ItaniumMangleAbiTags.rst (original)
+++ cfe/trunk/docs/ItaniumMangleAbiTags.rst Wed Mar 9 10:19:04 2016
@@ -99,3 +99,4 @@ in the type of a cast operator) are NOT
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.
+
More information about the cfe-commits
mailing list