[PATCH] D24235: [OpenCL] Improve double literal handling

Neil Hickey via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 9 03:00:46 PDT 2016


neil.hickey added inline comments.

================
Comment at: lib/Sema/SemaExpr.cpp:837
@@ +836,3 @@
+               .getSupportedOpenCLOpts()
+               .cl_khr_fp64) ||
+          getOpenCLOptions().cl_khr_fp64)) {
----------------
Anastasia wrote:
> Could we merge this and two lines above into one?
This was the result when I ran this through clang-format so I'd rather keep it as it is.


https://reviews.llvm.org/D24235





More information about the cfe-commits mailing list