Anastasia added inline comments.

================
Comment at: clang/test/Preprocessor/predefined-macros.c:139
 // RUN: %clang_cc1 %s -E -dM -o - -x cl -cl-std=clc++ \
+// RUN:   | FileCheck -match-full-lines %s --check-prefix=CHECK-CLCPP
+// RUN: %clang_cc1 %s -E -dM -o - -x cl -cl-std=clc++1.0 \
----------------
let's just reuse `--check-prefix=CHECK-CLCPP10` to avoid duplication. This will 
always need to map to some other version so it is unlikely we will ever need 
separate check lines for it.


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

https://reviews.llvm.org/D109366

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

Reply via email to