emankov added inline comments.

================
Comment at: clang/lib/Headers/__clang_cuda_device_functions.h:1043
 }
-#else // CUDA_VERSION >= 9020
+#else  // CUDA_VERSION >= 9020
 // CUDA no longer provides inline assembly (or bitcode) implementation of these
----------------
JonChesterfield wrote:
> JonChesterfield wrote:
> > emankov wrote:
> > > Unneeded formatting.
> > Correct formatting though. This is what clang-format did to the whole file. 
> > I'll revert the space in favour of git-clang-format if you prefer
> git-clang-format also wanted to insert the space here and I then had to use 
> -nolint. However hopefully that removes an async round trip in the review 
> chain. Some of the previous lines were 81 characters. I suppose we could 
> apply a whitespace-only clang-format patch first but it doesn't seem worth 
> the time.
The point is that this formatting is not related to the change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107492/new/

https://reviews.llvm.org/D107492

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to