r286494 - Correcting a documentation formatting bug; NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 10 11:45:49 PST 2016


Author: aaronballman
Date: Thu Nov 10 13:45:49 2016
New Revision: 286494

URL: http://llvm.org/viewvc/llvm-project?rev=286494&view=rev
Log:
Correcting a documentation formatting bug; NFC.

Modified:
    cfe/trunk/include/clang/Basic/AttrDocs.td

Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=286494&r1=286493&r2=286494&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Thu Nov 10 13:45:49 2016
@@ -2697,11 +2697,11 @@ functions that have an argument with a t
 behaviour is changed in the following manner:
 
 - A value whose type is any member of the transparent union can be passed as an
-argument without the need to cast that value.
+  argument without the need to cast that value.
 
 - The argument is passed to the function using the calling convention of the
-first member of the transparent union. Consequently, all the members of the
-transparent union should have the same calling convention as its first member.
+  first member of the transparent union. Consequently, all the members of the
+  transparent union should have the same calling convention as its first member.
 
 Transparent unions are not supported in C++.
   }];




More information about the cfe-commits mailing list