diff options
| -rw-r--r-- | llvm/include/llvm/ADT/APFloat.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/ADT/APFloat.h b/llvm/include/llvm/ADT/APFloat.h index 06133762536..638720940da 100644 --- a/llvm/include/llvm/ADT/APFloat.h +++ b/llvm/include/llvm/ADT/APFloat.h @@ -300,6 +300,8 @@ public:    /// IEEE-754R 5.3.1: nextUp/nextDown.    opStatus next(bool nextDown); +  /// @} +    /// \name Sign operations.    /// @{  | 

