]> granicus.if.org Git - clang/commitdiff
[Sema] Format a comment line so that it fits 80 columns. NFC
authorAlex Lorenz <arphaman@gmail.com>
Tue, 4 Oct 2016 16:06:37 +0000 (16:06 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 4 Oct 2016 16:06:37 +0000 (16:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283228 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index b035a5aa06810f5d9c1cc6f986e2ab1ef60fd29c..f7c1313d8f107ae582057283d1ba963a12b2f537 100644 (file)
@@ -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