[PATCH] D39050: Add index-while-building support to Clang
Nathan Hawes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 27 15:18:27 PDT 2018
nathawes updated this revision to Diff 153190.
nathawes added a comment.
Updated to apply on top-of-tree.
https://reviews.llvm.org/D39050
Files:
include/clang/Basic/AllDiagnostics.h
include/clang/Basic/CMakeLists.txt
include/clang/Basic/Diagnostic.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/DiagnosticIndexKinds.td
include/clang/Driver/Job.h
include/clang/Driver/Options.td
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/FrontendOptions.h
include/clang/Index/DeclOccurrence.h
include/clang/Index/IndexDataConsumer.h
include/clang/Index/IndexDiagnostic.h
include/clang/Index/IndexingAction.h
include/clang/Index/RecordingAction.h
include/clang/Index/UnitIndexDataConsumer.h
include/clang/Index/UnitIndexingAction.h
include/clang/module.modulemap
lib/Basic/DiagnosticIDs.cpp
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/CMakeLists.txt
lib/Index/FileIndexData.cpp
lib/Index/FileIndexData.h
lib/Index/IndexingAction.cpp
lib/Index/IndexingContext.cpp
lib/Index/IndexingContext.h
lib/Index/UnitIndexDataRecorder.cpp
lib/Index/UnitIndexDataRecorder.h
test/Index/Core/Inputs/module/ModDep.h
test/Index/Core/Inputs/module/ModSystem.h
test/Index/Core/Inputs/module/ModTop.h
test/Index/Core/Inputs/module/ModTopSub1.h
test/Index/Core/Inputs/module/ModTopSub2.h
test/Index/Core/Inputs/module/module.modulemap
test/Index/Core/Inputs/sys/system-head.h
test/Index/Core/Inputs/transitive-include.h
test/Index/Core/external-source-symbol-attr.m
test/Index/Core/index-instantiated-source.cpp
test/Index/Core/index-source.mm
test/Index/Core/index-subkinds.m
test/Index/Core/index-system.mm
test/Index/Core/index-unit.mm
test/Index/Store/assembly-invocation.c
tools/c-index-test/core_main.cpp
tools/diagtool/DiagnosticNames.cpp
tools/libclang/CXIndexDataConsumer.cpp
tools/libclang/CXIndexDataConsumer.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39050.153190.patch
Type: text/x-patch
Size: 102347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180627/e05fbd03/attachment-0001.bin>
More information about the cfe-commits
mailing list