diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2016-11-10 19:45:49 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2016-11-10 19:45:49 +0000 |
| commit | 811cdc979b1c51659887e1af7ba72a6f0adcac0b (patch) | |
| tree | c193752a947ee23e6c3d61b15a8108dd69da703f | |
| parent | 604d313816d570f13637c99a870c5f7930e9b385 (diff) | |
| download | bcm5719-llvm-811cdc979b1c51659887e1af7ba72a6f0adcac0b.tar.gz bcm5719-llvm-811cdc979b1c51659887e1af7ba72a6f0adcac0b.zip | |
Correcting a documentation formatting bug; NFC.
llvm-svn: 286494
| -rw-r--r-- | clang/include/clang/Basic/AttrDocs.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index b451d8617df..5502af2a585 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/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++. }]; |

