yaxunl added inline comments. ================ Comment at: include/clang-c/Index.h:3080 + CXType_Elaborated = 119, + CXType_Pipe = 120, + CXType_OCLImage1dRO = 121, ---------------- Can we have a doxygen comment about the OpenCL types? https://reviews.llvm.org/D33197