[clang] 61c65d8 - Fix comments in test cuda-kernel-call.cu

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 2 07:22:03 PDT 2021


Author: Yaxun (Sam) Liu
Date: 2021-06-02T10:21:26-04:00
New Revision: 61c65d8e4a29610bd1ab498eba8f892ffc0af023

URL: https://github.com/llvm/llvm-project/commit/61c65d8e4a29610bd1ab498eba8f892ffc0af023
DIFF: https://github.com/llvm/llvm-project/commit/61c65d8e4a29610bd1ab498eba8f892ffc0af023.diff

LOG: Fix comments in test cuda-kernel-call.cu

Added: 
    

Modified: 
    clang/test/Parser/cuda-kernel-call.cu

Removed: 
    


################################################################################
diff  --git a/clang/test/Parser/cuda-kernel-call.cu b/clang/test/Parser/cuda-kernel-call.cu
index ef708e3a4b96..f0ff7680143f 100644
--- a/clang/test/Parser/cuda-kernel-call.cu
+++ b/clang/test/Parser/cuda-kernel-call.cu
@@ -10,8 +10,6 @@ void foo(void) {
 
   foo<<<>>>();  // expected-error {{expected expression}}
 
-  // The following two are parse errors because -std=c++11 is not enabled.
-
   S<S<S<int>>> s;
   S<S<S<>>> s1;
   (void)(&f<S<S<int>>>==0);


        


More information about the cfe-commits mailing list