This is an archive of the discontinued LLVM Phabricator instance.

[libclang]: Honor LIBCLANG_NOTHREADS for clang_parseTranslationUnit*
ClosedPublic

Authored by nik on Aug 17 2017, 12:08 AM.

Details

Summary

Looks like this one was forgotten for clang_parseTranslationUnit*, as
LIBCLANG_NOTHREADS is checked for/in:

clang_saveTranslationUnit()
clang_reparseTranslationUnit()
clang_codeCompleteAt()
clang_indexTranslationUnit()
clang_indexSourceFile()

Diff Detail

Repository
rL LLVM

Event Timeline

nik created this revision.Aug 17 2017, 12:08 AM
This revision is now accepted and ready to land.Aug 21 2017, 3:41 AM
nik added a reviewer: erikjv.Aug 21 2017, 6:55 AM

Please submit as I do not have the necessary permissions.

This revision was automatically updated to reflect the committed changes.