[index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 22 Apr 2016 07:21:04 +0000 (07:21 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 22 Apr 2016 07:21:04 +0000 (07:21 +0000)
commitf2142cbca8fee48ed61e25e1f1e7f460494670c2
tree7b970b42cb7363f42924f0446e5912075feb0138
parent6013f45f920f8b208e945007697a5601f6f956fc
[index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.

This provides a more general and flexible way to annotate special symbols.

llvm-svn: 267116
clang/include/clang/Index/IndexSymbol.h
clang/lib/Index/IndexSymbol.cpp
clang/tools/c-index-test/core_main.cpp
clang/tools/libclang/CXIndexDataConsumer.cpp