aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Interpreter/InterpreterTest.cpp
AgeCommit message (Expand)AuthorFilesLines
12 hours[clang-repl] Improve error message on failed undos (#149396)Aaron Danen1-2/+2
4 days[clang-repl] Another try on system-z.Vassil Vassilev1-3/+0
4 days[clang-repl] Mark asan and systemz as unsupported for now.Vassil Vassilev1-0/+5
5 days[clang-repl] Lay the basic infrastructure for pretty printing of types (#148701)Vassil Vassilev1-0/+20
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-6/+9
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-9/+6
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-6/+9
2025-04-19[clang] llvm::append_range (NFC) (#136440)Kazu Hirata1-1/+1
2025-02-14[clang-repl] fix error recovery while parsing completely fails (#127087)Vipul Cariappa1-0/+7
2024-09-27[clang] return first Decl for CanonicalDecl in TranslationUnitDecl (#110101)Vipul Cariappa1-0/+22
2024-07-03[clang-repl] Fix RuntimeInterfaceBuilder for 32-bit systems (#97071)Stefan Gränitz1-4/+0
2024-06-30[clang] Avoid 'raw_string_ostream::str' (NFC)Youngsuk Kim1-2/+2
2024-06-14[clang-interp] Use -fno-sized-deallocation in two tests (#95546)Nico Weber1-1/+2
2024-06-10[clang][test] Update link for Arm clang-repl test disableDavid Spickett1-1/+1
2024-06-07[clang][test] Skip interpreter value test on Arm 32 bitDavid Spickett1-0/+4
2024-05-30[clang-repl] Fix SetUp in CodeCompletionTest fixture (#93816)Stefan Gränitz1-6/+1
2024-05-30[clang-repl] Introduce common fixture class in unittests (NFC) (#93816)Stefan Gränitz1-84/+16
2024-05-30[clang-repl] Even more tests create the Interpreter and must check host JIT s...Stefan Gränitz1-0/+4
2024-05-28[clang-repl] Check host JIT support in all tests that create an Interpreter (...Stefan Gränitz1-31/+57
2024-03-25[clang-repl] Fix Value for platforms where unqualified char is unsigned (#86118)Stefan Gränitz1-0/+6
2024-01-20[clang-repl] We do not need to call new in the object allocation. (#78843)Vassil Vassilev1-9/+6
2024-01-18[clang-repl][test] Suppress memory lease after #76218Vitaly Buka1-0/+8
2024-01-18[clang-repl] Add a interpreter-specific overload of operator new for C++ (#76...Vassil Vassilev1-24/+5
2023-09-27Re-apply "[ORC][LLJIT] Move enable-debugger-support utility out of..."Lang Hames1-3/+1
2023-09-22Revert "[ORC][LLJIT] Move enable-debugger-support utility out of LLJITBuilder."Lang Hames1-1/+3
2023-09-22[ORC][LLJIT] Move enable-debugger-support utility out of LLJITBuilder.Lang Hames1-3/+1
2023-09-05[Clang] Fix JIT test on 32-bit systemsSam James1-1/+1
2023-08-29Reland "[clang-repl] Adapt to the recent dylib-related changes in ORC."Vassil Vassilev1-3/+13
2023-08-29Revert "[clang-repl] Adapt to the recent dylib-related changes in ORC."Vassil Vassilev1-9/+3
2023-08-29[clang-repl] Adapt to the recent dylib-related changes in ORC.Vassil Vassilev1-3/+9
2023-08-24[ORC][clang-repl] Fix another unit test after 122ebe3b500.Lang Hames1-1/+3
2023-05-27[clang-repl][CUDA] Re-land: Initial interactive CUDA support for clang-replAnubhab Ghosh1-1/+3
2023-05-23Reland "Reland [clang-repl] Introduce Value to capture expression results"Jun Zhang1-2/+106
2023-05-20Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"Anubhab Ghosh1-3/+1
2023-05-20[clang-repl][CUDA] Initial interactive CUDA support for clang-replAnubhab Ghosh1-1/+3
2023-05-19Revert "Reland [clang-repl] Introduce Value to capture expression results"Jun Zhang1-106/+2
2023-05-19Reland [clang-repl] Introduce Value to capture expression resultsJun Zhang1-2/+106
2023-05-16Revert "[clang-repl] Introduce Value to capture expression results"Jun Zhang1-98/+2
2023-05-16[clang-repl] Introduce Value to capture expression resultsJun Zhang1-2/+98
2023-04-16[clang-repl] JITTargetAddress --> ExecutorAddr, NFCJun Zhang1-2/+3
2022-12-03[clang-repl] Support statements on global scope in incremental mode.Vassil Vassilev1-7/+1
2022-07-30[clang-repl] Disable exectuion unitests on unsupported platform by lljit inst...Sunho Kim1-3/+20
2022-07-30[clang-repl] Disable execution unittests on unsupported platforms.Sunho Kim1-2/+8
2022-07-27clang: include ManagedStatic.h for llvm_shutdownNicolai Hähnle1-0/+1
2022-07-16[test] Fix leak in testVitaly Buka1-1/+4
2022-06-26[clang-repl] Implement code undo.Jun Zhang1-0/+45
2021-11-30[clang-repl][NFC] Fix calling convention mismatch in testElizabeth Andrews1-1/+1
2021-11-11[AIX][NFC] Disable clang-repl tests failing due to lack of 64-bit XCOFF support.Steven Wan1-0/+8
2021-11-10[clang-repl] Allow Interpreter::getSymbolAddress to take a mangled name.Vassil Vassilev1-0/+117
2021-10-26Reinstate "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev1-2/+0