[PATCH] D34098: Allow to set incremental processing from CIndex
Ivan Donchevskii via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 11 23:56:33 PDT 2017
yvvan created this revision.
Make possible to parse translation Unit in CIndex with incremental processing turned on.
1. Why to do that? - Reparse with that option takes less time.
2. What's the affected area? - I don't know. Can someone explain me what incremental processing is and what I loose if I parse with that option?
https://reviews.llvm.org/D34098
Files:
include/clang-c/Index.h
include/clang/Frontend/ASTUnit.h
include/clang/Lex/Preprocessor.h
include/clang/Lex/PreprocessorOptions.h
lib/Frontend/ASTUnit.cpp
lib/Lex/Preprocessor.cpp
tools/libclang/CIndex.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34098.102154.patch
Type: text/x-patch
Size: 5131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170612/f04b4c1a/attachment.bin>
More information about the cfe-commits
mailing list