blob: b811b64dabcb8561110b0e685b72bc5fa799d4f3 [file] [log] [blame]
Anastasia Stulova561e0aa2014-11-20 19:25:00 +00001// RUN: %clang_cc1 %s -fsyntax-only -cl-std=CL
2// RUN: %clang_cc1 %s -fsyntax-only -cl-std=CL1.1
3// RUN: %clang_cc1 %s -fsyntax-only -cl-std=CL1.2
4// RUN: %clang_cc1 %s -fsyntax-only -cl-std=CL2.0
5// RUN: not %clang_cc1 %s -fsyntax-only -cl-std=invalid -DINVALID 2>&1 | FileCheck %s
6
7#ifdef INVALID
8// CHECK: invalid value 'invalid' in '-cl-std=invalid'
9#endif