sammccall added inline comments.
Comment at: clang-tools-extra/clangd/unittests/TestTU.cpp:77
+ CI.getHeaderSearchOpts().ModuleCachePath = ModuleCachePath.c_str();
+ llvm::errs() << "MC: " << ModuleCachePath << "\n";
+ llvm::errs().flush();
errs should probabl
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG53b9199a5cdb: [clangd] Fix crash-bug in preamble indexing
when using modules. (authored by adamcz).
Repository:
rG LLVM
adamcz created this revision.
adamcz added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous.
Herald added a project: clang.
adamcz requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
When preamble contains #undef,