aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Interpreter/IncrementalParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-02[clang-repl] Fix error recovery while PTU cleanup (#127467)Anutosh Bhat1-1/+1
2025-03-05[Clang] Don't give up on an unsuccessful function instantiation (#126723)Younan Zhang1-2/+3
2024-09-23[clang-repl] Simplify the value printing logic to enable out-of-process. (#10...Vassil Vassilev1-256/+16
2024-07-05[BPF] Fix linking issues in static map initializers (#91310)Nick Zavaritsky1-1/+1
2024-06-05Fix clang reject valid C++ code after d999ce0302f06d250f6d496b56a5a5f (#94471)Haojian Wu1-1/+2
2024-06-04Reland "[clang-repl] Extend the C support. (#89804)"Vassil Vassilev1-2/+11
2024-05-21Revert "[clang-repl] Extend the C support. (#89804)"Jason Molenda1-11/+2
2024-05-21[clang-repl] Extend the C support. (#89804)Vassil Vassilev1-2/+11
2024-04-20Reland "[clang-repl] Keep the first llvm::Module empty to avoid invalid memor...Vassil Vassilev1-5/+19
2024-04-20Revert "[clang-repl] Keep the first llvm::Module empty to avoid invalid memor...Vassil Vassilev1-20/+5
2024-04-20[Interpreter] Fix warningsKazu Hirata1-2/+2
2024-04-20[clang-repl] Keep the first llvm::Module empty to avoid invalid memory access...Vassil Vassilev1-5/+20
2024-03-26[clang-repl] Fix remove invalidates iterators in CleanUpPTU() (#85378)Stefan Gränitz1-6/+12
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu1-7/+2
2023-08-28Revert "Reland "[clang-repl] support code completion at a REPL.""Vassil Vassilev1-2/+7
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu1-7/+2
2023-08-23Revert "[clang-repl] support code completion at a REPL."Vassil Vassilev1-2/+7
2023-08-23[clang-repl] support code completion at a REPL.Fred Fu1-7/+2
2023-05-27[clang-repl][CUDA] Re-land: Initial interactive CUDA support for clang-replAnubhab Ghosh1-10/+26
2023-05-23Reland "Reland [clang-repl] Introduce Value to capture expression results"Jun Zhang1-9/+90
2023-05-20Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"Anubhab Ghosh1-26/+10
2023-05-20[clang-repl][CUDA] Initial interactive CUDA support for clang-replAnubhab Ghosh1-10/+26
2023-05-19Revert "Reland [clang-repl] Introduce Value to capture expression results"Jun Zhang1-90/+9
2023-05-19Reland [clang-repl] Introduce Value to capture expression resultsJun Zhang1-9/+90
2023-05-16Revert "[clang-repl] Introduce Value to capture expression results"Jun Zhang1-90/+9
2023-05-16[clang-repl] Introduce Value to capture expression resultsJun Zhang1-9/+90
2023-05-16[clang] Add a new annotation token: annot_repl_input_endJun Zhang1-8/+8
2022-12-03[clang-repl] Support statements on global scope in incremental mode.Vassil Vassilev1-4/+0
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-7/+7
2022-08-02Handles failing driver tests of clangPurva-Chaudhari1-0/+4
2022-06-26[clang-repl] Implement code undo.Jun Zhang1-21/+21
2022-06-24Implement soft reset of the diagnostics engine.Tapasweni Pathak1-2/+2
2022-06-24Reland "[clang-repl] Recover the lookup tables of the primary context."Vassil Vassilev1-1/+1
2022-06-18[clang-repl] Remove memory leak of ASTContext/TargetMachine.Sunho Kim1-1/+4
2022-05-31Revert "[clang-repl] Recover the lookup tables of the primary context."Vassil Vassilev1-1/+1
2022-05-29[clang-repl] Recover the lookup tables of the primary context.Purva-Chaudhari1-1/+1
2022-02-21[C++20][Modules][1/8] Track valid import state.Iain Sandoe1-2/+3
2022-02-20Revert "[C++20][Modules][1/8] Track valid import state."Iain Sandoe1-3/+2
2022-02-20[C++20][Modules][1/8] Track valid import state.Iain Sandoe1-2/+3
2021-12-29[clang] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-1/+1
2021-11-10[clang-repl] Allow Interpreter::getSymbolAddress to take a mangled name.Vassil Vassilev1-0/+7
2021-10-05Reland "[clang-repl] Allow loading of plugins in clang-repl."Vassil Vassilev1-0/+2
2021-10-05Revert "[clang-repl] Allow loading of plugins in clang-repl."Vassil Vassilev1-2/+0
2021-10-05[clang-repl] Allow loading of plugins in clang-repl.Vassil Vassilev1-0/+2
2021-07-12Reland "[clang-repl] Implement partial translation units and error recovery."Vassil Vassilev1-27/+62
2021-07-11Revert "[clang-repl] Implement partial translation units and error recovery."Vassil Vassilev1-62/+27
2021-07-11[clang-repl] Implement partial translation units and error recovery.Vassil Vassilev1-27/+62
2021-05-18[clang-repl] Better match the underlying architecture.Vassil Vassilev1-1/+4
2021-05-13[clang-repl] Recommit "Land initial infrastructure for incremental parsing"Vassil Vassilev1-0/+254
2021-05-13Revert "[clang-repl] Land initial infrastructure for incremental parsing"Vassil Vassilev1-254/+0