[PATCH] D19154: Remove some unneeded headers and replace some headers with forward class declarations

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 08:53:23 PDT 2016


joker.eph added a comment.

LGTM, Thanks.


================
Comment at: include/llvm/ADT/APFloat.h:29
@@ -28,1 +28,3 @@
+template <typename T> class SmallVectorImpl;
+
 /// Enum that represents what fraction of the LSB truncated bits of an fp number
----------------
You can still include APFloat without including SmallVector right?


http://reviews.llvm.org/D19154





More information about the llvm-commits mailing list