[PATCH] D12169: Relax constexpr rules to improve __builtin_object_size's accuracy
George Burgess IV via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 19 22:35:34 PDT 2015
george.burgess.iv added inline comments.
================
Comment at: lib/AST/ExprConstant.cpp:51
@@ -50,1 +50,3 @@
+#include <iostream>
+
----------------
vsk wrote:
> Do you need <iostream>?
Artifact of print debugging. Thanks for catching that :)
http://reviews.llvm.org/D12169
More information about the cfe-commits
mailing list