summaryrefslogtreecommitdiff
path: root/include/clang/Index
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2017-04-24 14:52:00 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2017-04-24 14:52:00 +0000
commit8f2ae425621d748fa7e5481529f51ad4ed836590 (patch)
tree93b88f2347f0b3ad2947983a43c675474a56c0dd /include/clang/Index
parent089f73f85954be374f688d2ba2964df95652a4e7 (diff)
downloadclang-8f2ae425621d748fa7e5481529f51ad4ed836590.tar.gz
[index] If the 'external_source_symbol' attribute indicates 'Swift' as the language then report it accordingly
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Index')
-rw-r--r--include/clang/Index/IndexSymbol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Index/IndexSymbol.h b/include/clang/Index/IndexSymbol.h
index bc34938fb4..abb132f9e4 100644
--- a/include/clang/Index/IndexSymbol.h
+++ b/include/clang/Index/IndexSymbol.h
@@ -59,6 +59,7 @@ enum class SymbolLanguage {
C,
ObjC,
CXX,
+ Swift,
};
/// Language specific sub-kinds.