3 Commits

Author SHA1 Message Date
mcbarton
b24b8a5bb4
Enable running ClangReplInterpreterTests in an Emscripten environment (#150977)
@vgvassilev @anutosh491 This is what it took for me to enable running
ClangReplInterpreterTests in an Emscripten environment. When I ran this
patch for llvm 20 we could run InterpreterTest.InstantiateTemplate , but
now it crashes gtest when running in node. Let me know what you think.
2025-08-14 14:07:13 +05:30
Stefan Gränitz
647d2728c4 [clang-repl] Fix SetUp in CodeCompletionTest fixture (#93816)
And sort out some unused headers
2024-05-30 17:03:21 +02:00
Stefan Gränitz
a871470a0d
[clang-repl] Introduce common fixture class in unittests (NFC) (#93816)
Reduce code bloat by checking test requirements in a common test fixture
2024-05-30 16:15:12 +02:00