]> granicus.if.org Git - clang/commit
[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)
commita0cb91f335b5f60bc7b0e7e193c34e4d664368f0
treedcf09d49138b2f659ee05acc3d5af76fd9073a99
parent23e8dcbd81759478c5856aedf000867f30c1753b
[index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267116 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/IndexSymbol.h
lib/Index/IndexSymbol.cpp
tools/c-index-test/core_main.cpp
tools/libclang/CXIndexDataConsumer.cpp