]> granicus.if.org Git - clang/commit
[clang][index-while-building] FileIndexRecord
authorJan Korous <jkorous@apple.com>
Wed, 27 Feb 2019 21:47:40 +0000 (21:47 +0000)
committerJan Korous <jkorous@apple.com>
Wed, 27 Feb 2019 21:47:40 +0000 (21:47 +0000)
commit4613d0fcad5aba64f9778e37d6cae27548fa6c60
treefa7c698818ad24f7d200c9f24abb204f0de9d76c
parent74380109199ca0b751469e4679d7509fe8b399ba
[clang][index-while-building] FileIndexRecord

Basic data structures for index

Tests are missing from this patch - will be covered properly by tests for the whole feature.
I'm just trying to split into smaller patches to make it easier for reviewers.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355035 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/DeclOccurrence.h [new file with mode: 0644]
lib/Index/CMakeLists.txt
lib/Index/FileIndexRecord.cpp [new file with mode: 0644]
lib/Index/FileIndexRecord.h [new file with mode: 0644]