]> granicus.if.org Git - clang/commit
[Index] Add indexing support for MACROs.
authorEric Liu <ioeric@google.com>
Mon, 9 Jul 2018 08:44:05 +0000 (08:44 +0000)
committerEric Liu <ioeric@google.com>
Mon, 9 Jul 2018 08:44:05 +0000 (08:44 +0000)
commit8576df59f2fe52ae305fdb91b36cbed8946981a1
tree6bff3cf16984dc383c77c4e54d79bb862a48f9a3
parent72faa33b45d4a43de5587623948b1635059a5ab5
[Index] Add indexing support for MACROs.

Reviewers: akyrtzi, arphaman, sammccall

Reviewed By: sammccall

Subscribers: malaperle, sammccall, cfe-commits

Differential Revision: https://reviews.llvm.org/D48961

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336524 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/IndexSymbol.h
include/clang/Index/IndexingAction.h
lib/Index/IndexSymbol.cpp
lib/Index/IndexingAction.cpp
lib/Index/IndexingContext.cpp
lib/Index/IndexingContext.h
test/Index/Core/index-macros.c [new file with mode: 0644]
tools/c-index-test/core_main.cpp