From b4b85f2033fcbca13fb154979da8895056eb6254 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Mon, 24 Apr 2017 14:52:00 +0000 Subject: [index] If the 'external_source_symbol' attribute indicates 'Swift' as the language then report it accordingly llvm-svn: 301183 --- clang/include/clang-c/Index.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'clang/include/clang-c') diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 1ac2b7f802c..9acc9b75bff 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -5600,7 +5600,8 @@ typedef enum { CXIdxEntityLang_None = 0, CXIdxEntityLang_C = 1, CXIdxEntityLang_ObjC = 2, - CXIdxEntityLang_CXX = 3 + CXIdxEntityLang_CXX = 3, + CXIdxEntityLang_Swift = 4 } CXIdxEntityLanguage; /** -- cgit v1.2.3