Avatar
norio_nomura 6/24/2019 8:17 AM
Adding Index-While-Building support to Clang This document details the Clang enhancements behind the new index-while-building functionality introduced in Xcode 9. Motivation Indexing typically happens continuously in the background, and works as outlined in Figure 1. When a s...