This is an archive of the discontinued LLVM Phabricator instance.

Allow to set incremental processing from CIndex
Needs ReviewPublic

Authored by yvvan on Jun 11 2017, 11:56 PM.

Details

Reviewers
arphaman
klimek
Summary

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?

Diff Detail

Event Timeline

yvvan created this revision.Jun 11 2017, 11:56 PM
erikjv added a subscriber: erikjv.