llvm-project/clang/unittests/libclang
Igor Kushnir 55f7e00afc [libclang] Add index option to store preambles in memory
This commit allows libclang API users to opt into storing PCH in memory
instead of temporary files. The option can be set only during CXIndex
construction to avoid multithreading issues and confusion or bugs if
some preambles are stored in temporary files and others - in memory.

The added API works as expected in KDevelop:
https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/283

Differential Revision: https://reviews.llvm.org/D145974
2023-03-15 09:21:41 -04:00
..
CrashTests
CMakeLists.txt
LibclangTest.cpp [libclang] Add index option to store preambles in memory 2023-03-15 09:21:41 -04:00
TestUtils.h [libclang] Add API to override preamble storage path 2023-03-07 08:25:38 -05:00