[PATCH] D39050: Add index-while-building support to Clang
Nathan Hawes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 31 15:11:22 PDT 2017
nathawes updated this revision to Diff 120916.
nathawes edited the summary of this revision.
nathawes added a comment.
I've split out the parts for reading and managing the store data (the IndexStore and DirectoryWatcher libraries) into a separate patch, so this one is now just about the -index-store-path option and everything necessary to write out the index data to the provided path.
https://reviews.llvm.org/D39050
Files:
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Driver/Job.h
include/clang/Driver/Options.td
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/FrontendOptions.h
include/clang/Index/IndexDataStoreSymbolUtils.h
include/clang/Index/IndexRecordWriter.h
include/clang/Index/IndexUnitWriter.h
include/clang/Index/IndexingAction.h
include/indexstore/indexstore.h
lib/Driver/Driver.cpp
lib/Driver/Job.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/Darwin.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/FrontendTool/CMakeLists.txt
lib/FrontendTool/ExecuteCompilerInvocation.cpp
lib/Index/BitstreamVisitor.h
lib/Index/CMakeLists.txt
lib/Index/ClangIndexRecordWriter.cpp
lib/Index/ClangIndexRecordWriter.h
lib/Index/FileIndexRecord.cpp
lib/Index/FileIndexRecord.h
lib/Index/IndexDataStore.cpp
lib/Index/IndexDataStoreUtils.cpp
lib/Index/IndexDataStoreUtils.h
lib/Index/IndexRecordHasher.cpp
lib/Index/IndexRecordHasher.h
lib/Index/IndexRecordWriter.cpp
lib/Index/IndexUnitWriter.cpp
lib/Index/IndexingAction.cpp
lib/Index/IndexingContext.cpp
lib/Index/IndexingContext.h
test/Index/Store/assembly-invocation.c
test/Index/Store/record-hash-using.cpp
test/Index/Store/record-hash.cpp
test/Index/Store/relative-out-path.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39050.120916.patch
Type: text/x-patch
Size: 151983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171031/165300e3/attachment-0001.bin>
More information about the cfe-commits
mailing list