Can I use a CXIndex created with clang_createIndex from two different threads
at the same time, to create and dispose TUs?
Yes. But don't use the same TU in two threads concurrently.
- Doug
Can I use a CXIndex created with clang_createIndex from two different threads
at the same time, to create and dispose TUs?
Yes. But don't use the same TU in two threads concurrently.
- Doug