From: Aaron Ballman Date: Thu, 10 Nov 2016 19:45:49 +0000 (+0000) Subject: Correcting a documentation formatting bug; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f95d680ad8fca07690ed212feb7246ac27703a50;p=clang Correcting a documentation formatting bug; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286494 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index b451d8617d..5502af2a58 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -2697,11 +2697,11 @@ functions that have an argument with a transparent union type. The compiler 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++. }];