]> granicus.if.org Git - clang/commitdiff
[AST][NFC] Re-add comment in BinaryOperator which was removed by r346954
authorBruno Ricci <riccibrun@gmail.com>
Thu, 15 Nov 2018 14:30:18 +0000 (14:30 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Thu, 15 Nov 2018 14:30:18 +0000 (14:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346957 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Stmt.h

index cd2effb4485b2579bacaa0d86220544e2da8a348..890a02948a29f4dfebbdff8bc8e20f6823f43ddd 100644 (file)
@@ -448,6 +448,9 @@ protected:
     unsigned : NumExprBits;
 
     unsigned Opc : 6;
+
+    /// This is only meaningful for operations on floating point
+    /// types and 0 otherwise.
     unsigned FPFeatures : 3;
 
     SourceLocation OpLoc;