[PATCH] D58478: [index-while-building] FileIndexRecord

Jan Korous via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 20 14:20:40 PST 2019


jkorous created this revision.
jkorous added reviewers: dexonsmith, nathawes, akyrtzi, arphaman, ioeric, malaperle.
Herald added subscribers: cfe-commits, jdoerfert, mgorny.
Herald added a project: clang.

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 it into smaller patches to make it easier for reviewers.

This (with minor changes) was LGTM'ed here https://reviews.llvm.org/D39050. Adding original reviewers.


Repository:
  rC Clang

https://reviews.llvm.org/D58478

Files:
  clang/include/clang/Index/DeclOccurrence.h
  clang/lib/Index/CMakeLists.txt
  clang/lib/Index/FileIndexRecord.cpp
  clang/lib/Index/FileIndexRecord.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58478.187675.patch
Type: text/x-patch
Size: 5849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190220/ca0927df/attachment-0001.bin>


More information about the cfe-commits mailing list