Changeset View
Changeset View
Standalone View
Standalone View
include/clang/Basic/Builtins.h
Context not available. | |||||
CXX_LANG = 0x4, // builtin for cplusplus only. | CXX_LANG = 0x4, // builtin for cplusplus only. | ||||
OBJC_LANG = 0x8, // builtin for objective-c and objective-c++ | OBJC_LANG = 0x8, // builtin for objective-c and objective-c++ | ||||
MS_LANG = 0x10, // builtin requires MS mode. | MS_LANG = 0x10, // builtin requires MS mode. | ||||
OCLC_LANG = 0x20,// builtin for OpenCL C only. | |||||
Anastasia: May be: OCLC -> OCL | |||||
Not Done ReplyInline ActionsI just usede OCLC from OpenCL C. pxli168: I just usede OCLC from **O**pen**CL** **C**. | |||||
Not Done ReplyInline ActionsYes, it may be useful to differentiate OpenCL C from the on-going OpenCL C++ keryell: Yes, it may be useful to differentiate OpenCL C from the on-going OpenCL C++ | |||||
ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages. | ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages. | ||||
ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode. | ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode. | ||||
ALL_MS_LANGUAGES = ALL_LANGUAGES | MS_LANG // builtin requires MS mode. | ALL_MS_LANGUAGES = ALL_LANGUAGES | MS_LANG // builtin requires MS mode. | ||||
Context not available. |
May be: OCLC -> OCL