From: Alex Lorenz Date: Tue, 4 Oct 2016 16:06:37 +0000 (+0000) Subject: [Sema] Format a comment line so that it fits 80 columns. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e29175a33b3d04590df368b2a4279002a29fa44;p=clang [Sema] Format a comment line so that it fits 80 columns. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283228 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index b035a5aa06..f7c1313d8f 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -9812,8 +9812,9 @@ public: /// \brief This function checks if the expression is in the sef of potentially /// misaligned members and it is converted to some pointer type T with lower - /// or equal alignment requirements. If so it removes it. This is used when - /// we do not want to diagnose such misaligned access (e.g. in conversions to void*). + /// or equal alignment requirements. If so it removes it. This is used when + /// we do not want to diagnose such misaligned access (e.g. in conversions to + /// void*). void DiscardMisalignedMemberAddress(const Type *T, Expr *E); /// \brief This function calls Action when it determines that E designates a