llvm-project/clang/unittests/Frontend
Adam Czachorowski e2d61ae573 Correctly set CompilingPCH in PrecompilePreambleAction.
This fixes a crash bug in clangd when used with modules. ASTWriter would
end up writing references to submodules into the PCH file, but upon
reading the submodules would not exists and
HeaderFileInfoTrait::ReadData would crash.

Differential Revision: https://reviews.llvm.org/D85532
2020-08-10 17:49:23 +02:00
..
ASTUnitTest.cpp Correctly set CompilingPCH in PrecompilePreambleAction. 2020-08-10 17:49:23 +02:00
CMakeLists.txt Start adding support for generating CC1 command lines from CompilerInvocation 2020-06-24 18:05:05 +01:00
CodeGenActionTest.cpp Move LangStandard*, InputKind::Language to Basic 2019-08-05 13:59:26 +00:00
CompilerInstanceTest.cpp Avoid including FileManager.h from SourceManager.h 2020-03-11 13:53:12 -07:00
CompilerInvocationTest.cpp Ensure that CompilerInvocationTest normalizes default target triples 2020-06-25 10:41:40 +01:00
FixedPointString.cpp
FrontendActionTest.cpp Revert "[modules] Do not cache invalid state for modules that we attempted to load." 2020-03-10 10:59:26 -07:00
OutputStreamTest.cpp [FrontendTests] Try again to make test not write an output file 2019-10-22 08:44:34 +00:00
PCHPreambleTest.cpp Fix clang unnittest build with GCC 5 2020-01-29 10:30:36 +01:00
ParsedSourceLocationTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00