diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h index 06133762536..638720940da 100644 --- a/include/llvm/ADT/APFloat.h +++ b/include/llvm/ADT/APFloat.h @@ -300,6 +300,8 @@ public: /// IEEE-754R 5.3.1: nextUp/nextDown. opStatus next(bool nextDown); + /// @} + /// \name Sign operations. /// @{