[clang] fd47894 - [NFC] Add parentheses around && within || to avoid warning

2022-06-26 Thread Chuanqi Xu via cfe-commits
Author: Chuanqi Xu Date: 2022-06-27T14:44:10+08:00 New Revision: fd47894d88faf9147bcdb99cb5cae33519e418dd URL: https://github.com/llvm/llvm-project/commit/fd47894d88faf9147bcdb99cb5cae33519e418dd DIFF: https://github.com/llvm/llvm-project/commit/fd47894d88faf9147bcdb99cb5cae33519e418dd.diff LO

[PATCH] D128571: [X86] Support `_Float16` on SSE2 and up

2022-06-26 Thread John McCall via Phabricator via cfe-commits
rjmccall accepted this revision. rjmccall added a comment. Thank you, LGTM. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128571/new/ https://reviews.llvm.org/D128571 ___ cfe-commits mailing list cfe-com

[PATCH] D128624: [RISCV] Zero immediate for vget/vset builtins to match vector.insert/extract intrinsics.

2022-06-26 Thread Craig Topper via Phabricator via cfe-commits
craig.topper created this revision. craig.topper added reviewers: liaolucy, kito-cheng, fakepaper56, frasercrmck, rogfer01. Herald added subscribers: sunshaoce, VincentWu, luke957, StephenFan, vkmr, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o

[PATCH] D128439: [Clang][WIP] Don't call distributeTypeAttrsFromDeclarator() on empty list.

2022-06-26 Thread Martin Böhme via Phabricator via cfe-commits
mboehme added a comment. Thanks for the pointer -- I wasn't aware of that document yet! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128439/new/ https://reviews.llvm.org/D128439 ___ cfe-commits mailing

[PATCH] D128329: [clangd] Also mark output arguments of operator call expressions

2022-06-26 Thread Nathan Ridge via Phabricator via cfe-commits
nridge added a comment. Thanks for the patch! nit: please make the commit message a bit more specific, e.g. "Also apply the 'mutable' semantic token modifier to arguments of overloaded call operators" Comment at: clang-tools-extra/clangd/SemanticHighlighting.cpp:540 //

[PATCH] D128621: [clangd] Do not try to use $0 as a placeholder in completion snippets

2022-06-26 Thread Nathan Ridge via Phabricator via cfe-commits
nridge created this revision. nridge added reviewers: hokein, ilya-biryukov, sammccall. Herald added subscribers: usaxena95, kadircet, arphaman. Herald added a project: All. nridge requested review of this revision. Herald added subscribers: cfe-commits, MaskRay. Herald added a project: clang-tools

[PATCH] D128328: [C++20][Modules] Improve handing of Private Module Fragment diagnostics.

2022-06-26 Thread Chuanqi Xu via Phabricator via cfe-commits
ChuanqiXu added a comment. From the discussion, it looks like the 'export' part is not necessary here and we don't need to care about linkage in this revision. In D128328#3609827 , @vsapsai wrote: > Sorry for changing my mind. I've thought about the err

[clang] ca05cc2 - [clang] Don't use Optional::hasValue (NFC)

2022-06-26 Thread Kazu Hirata via cfe-commits
Author: Kazu Hirata Date: 2022-06-26T18:51:54-07:00 New Revision: ca05cc206478245292cb769f826dbe12f59605be URL: https://github.com/llvm/llvm-project/commit/ca05cc206478245292cb769f826dbe12f59605be DIFF: https://github.com/llvm/llvm-project/commit/ca05cc206478245292cb769f826dbe12f59605be.diff L

[PATCH] D128620: [Driver][test] Add libclang_rt.profile{{.*}}.a tests for NetBSD

2022-06-26 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay accepted this revision. MaskRay added a comment. This revision is now accepted and ready to land. It's best to switch to LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=on layout at some point. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128620/new/

[PATCH] D128620: [Driver][test] Add libclang_rt.profile{{.*}}.a tests for NetBSD

2022-06-26 Thread Frederic Cambus via Phabricator via cfe-commits
fcambus created this revision. fcambus added a reviewer: MaskRay. Herald added a subscriber: StephenFan. Herald added a project: All. fcambus requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Similar to D128512

[PATCH] D128607: [clang-format] NFC Fix uninitialized memory problem

2022-06-26 Thread sstwcw via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG141ad3ba0571: [clang-format] Fix uninitialized memory problem (authored by sstwcw). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128607/new/ https://review

[clang] 141ad3b - [clang-format] Fix uninitialized memory problem

2022-06-26 Thread via cfe-commits
Author: sstwcw Date: 2022-06-26T22:23:50Z New Revision: 141ad3ba05711cc8396a34fce6b26648d216eb8e URL: https://github.com/llvm/llvm-project/commit/141ad3ba05711cc8396a34fce6b26648d216eb8e DIFF: https://github.com/llvm/llvm-project/commit/141ad3ba05711cc8396a34fce6b26648d216eb8e.diff LOG: [clang

[clang] 016342e - [RISCV] Evaluate ICE operands to builtins using getIntegerConstantExpr.

2022-06-26 Thread Craig Topper via cfe-commits
Author: Craig Topper Date: 2022-06-26T13:51:17-07:00 New Revision: 016342e319fd31e41cf5ed16a6140a8ea2de74dd URL: https://github.com/llvm/llvm-project/commit/016342e319fd31e41cf5ed16a6140a8ea2de74dd DIFF: https://github.com/llvm/llvm-project/commit/016342e319fd31e41cf5ed16a6140a8ea2de74dd.diff

[PATCH] D128512: [Driver][test] Add libclang_rt.profile{{.*}}.a tests for OpenBSD

2022-06-26 Thread Frederic Cambus via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG2ff4fb6573c1: [Driver][test] Add libclang_rt.profile{{.*}}.a tests for OpenBSD (authored by fcambus). Changed prior to commit: https://reviews.llv

[clang] 2ff4fb6 - [Driver][test] Add libclang_rt.profile{{.*}}.a tests for OpenBSD

2022-06-26 Thread Frederic Cambus via cfe-commits
Author: Frederic Cambus Date: 2022-06-26T22:18:13+02:00 New Revision: 2ff4fb6573c111265a9d4d445f5cf43b659e71eb URL: https://github.com/llvm/llvm-project/commit/2ff4fb6573c111265a9d4d445f5cf43b659e71eb DIFF: https://github.com/llvm/llvm-project/commit/2ff4fb6573c111265a9d4d445f5cf43b659e71eb.dif

[PATCH] D128574: [clang-format] Quit analyzing solution space for large state count

2022-06-26 Thread Owen Pan via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG664ce34e81d9: [clang-format] Quit analyzing solution space for large state count (authored by owenpan). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128574/

[clang] 664ce34 - [clang-format] Quit analyzing solution space for large state count

2022-06-26 Thread via cfe-commits
Author: owenca Date: 2022-06-26T13:15:07-07:00 New Revision: 664ce34e81d98af7859754f127b28030b45c8893 URL: https://github.com/llvm/llvm-project/commit/664ce34e81d98af7859754f127b28030b45c8893 DIFF: https://github.com/llvm/llvm-project/commit/664ce34e81d98af7859754f127b28030b45c8893.diff LOG: [

[PATCH] D128613: Add explicit index type for llvm.vector.extract

2022-06-26 Thread Craig Topper via Phabricator via cfe-commits
craig.topper added a comment. Can we just add the missing zext to the RISC-V vget implementation? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128613/new/ https://reviews.llvm.org/D128613 ___ cfe-commit

[PATCH] D128607: [clang-format] NFC Fix uninitialized memory problem

2022-06-26 Thread Owen Pan via Phabricator via cfe-commits
owenpan accepted this revision. owenpan added a comment. Can you remove NFC? IMO, fixing a memory error is not NFC. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128607/new/ https://reviews.llvm.org/D128607

[PATCH] D109051: Use Component in OpenBSD::getCompilerRT to find libraries

2022-06-26 Thread Frederic Cambus via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG3caa32b26f5a: [Driver] Use Component in OpenBSD::getCompilerRT to find libraries (authored by blackgnezdo, committed by fcambus). Repository: rG

[clang] 3caa32b - [Driver] Use Component in OpenBSD::getCompilerRT to find libraries

2022-06-26 Thread Frederic Cambus via cfe-commits
Author: Greg Steuck Date: 2022-06-26T21:05:39+02:00 New Revision: 3caa32b26f5a1d4f2e3c9c3f1540a30fe06abe38 URL: https://github.com/llvm/llvm-project/commit/3caa32b26f5a1d4f2e3c9c3f1540a30fe06abe38 DIFF: https://github.com/llvm/llvm-project/commit/3caa32b26f5a1d4f2e3c9c3f1540a30fe06abe38.diff L

[PATCH] D128612: RISC-V big-endian support implementation

2022-06-26 Thread Craig Topper via Phabricator via cfe-commits
craig.topper added inline comments. Comment at: clang/lib/Basic/Targets/RISCV.h:111 SizeType = UnsignedInt; -resetDataLayout("e-m:e-p:32:32-i64:64-n32-S128"); } Instead of creating new classes, could we have a branch on the Arch or isLittleEndian por

[PATCH] D116280: [clang] adds unary type trait checks as compiler built-ins

2022-06-26 Thread Christopher Di Bella via Phabricator via cfe-commits
cjdb updated this revision to Diff 440079. cjdb added a comment. rebases Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116280/new/ https://reviews.llvm.org/D116280 Files: clang/include/clang/Basic/DiagnosticSemaKinds.td clang/include/clang/Bas

[PATCH] D103313: [RISCV][Clang] Add support for Zmmul extension

2022-06-26 Thread ksyx via Phabricator via cfe-commits
ksyx updated this revision to Diff 440075. ksyx marked an inline comment as done. ksyx added a comment. Make Zmmul extension independent instead of implied by M extension for backward ELF attribute compatibility. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103313/new/ https://reviews

[PATCH] D128402: [clang-tidy] Don't treat invalid branches as identical

2022-06-26 Thread Ishaan Gandhi via Phabricator via cfe-commits
ishaangandhi updated this revision to Diff 440071. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128402/new/ https://reviews.llvm.org/D128402 Files: clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp clang-tools-extra/docs/ReleaseNotes.rst clang-tools-extra/test/clang-tidy

[PATCH] D128613: Add explicit index type for llvm.vector.extract

2022-06-26 Thread Liao Chunyu via Phabricator via cfe-commits
liaolucy added a comment. The patch : fix crash for rv32 vget intrinsics Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128613/new/ https://reviews.llvm.org/D128613 ___ cfe-commits mailing list cfe-commit

[PATCH] D128613: Add explicit index type for llvm.vector.extract

2022-06-26 Thread Liao Chunyu via Phabricator via cfe-commits
liaolucy created this revision. liaolucy added reviewers: craig.topper, joechrisellis, khchen. Herald added subscribers: StephenFan, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, arphaman, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27,

[PATCH] D128612: RISC-V big-endian support implementation

2022-06-26 Thread Guy Benyei via Phabricator via cfe-commits
gbenyei created this revision. gbenyei added a reviewer: asb. gbenyei added projects: clang, LLVM, lld. Herald added subscribers: Enna1, sunshaoce, VincentWu, luke957, StephenFan, vkmr, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, ormris, jocewei, PkmX, the_o, brucehoult, Mar

[PATCH] D127873: [clang-format] Fix misplacement of `*` in declaration of pointer to struct

2022-06-26 Thread MyDeveloperDay via Phabricator via cfe-commits
MyDeveloperDay accepted this revision. MyDeveloperDay added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127873/new/ https://reviews.llvm.org/D127873 ___ cfe-commits mailing li

[PATCH] D108469: Improve handling of static assert messages.

2022-06-26 Thread Corentin Jabot via Phabricator via cfe-commits
cor3ntin updated this revision to Diff 440064. cor3ntin added a comment. Formatting Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D108469/new/ https://reviews.llvm.org/D108469 Files: clang/include/clang/Basic/DiagnosticSemaKinds.td clang/lib/Ba

[clang] 282059b - Update LibASTImporter.rst

2022-06-26 Thread via cfe-commits
Author: Shivam Date: 2022-06-26T19:22:52+05:30 New Revision: 282059b44d003a3e044bdc5c8884797f92bf2eab URL: https://github.com/llvm/llvm-project/commit/282059b44d003a3e044bdc5c8884797f92bf2eab DIFF: https://github.com/llvm/llvm-project/commit/282059b44d003a3e044bdc5c8884797f92bf2eab.diff LOG: U

[PATCH] D108469: Improve handling of static assert messages.

2022-06-26 Thread Corentin Jabot via Phabricator via cfe-commits
cor3ntin updated this revision to Diff 440063. cor3ntin marked 4 inline comments as done. cor3ntin added a comment. Herald added a subscriber: steakhal. Herald added a project: All. - Rebase - Address Aaron's comments. - Fix tests - Keep dumping wide/utf16/utf32 strings escaped until we can ensure

[PATCH] D115827: [clang]: add missing Interpreter -> ClangDriverOptions dependency

2022-06-26 Thread Vassil Vassilev via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb5eaf500f244: [clang] Add missing Interpreter -> ClangDriverOptions dependency (authored by v.g.vassilev). Repository: rG LLVM Github Monorepo CH

[clang] b5eaf50 - [clang] Add missing Interpreter -> ClangDriverOptions dependency

2022-06-26 Thread Vassil Vassilev via cfe-commits
Author: Vassil Vassilev Date: 2022-06-26T13:51:21Z New Revision: b5eaf500f2441eff2277ea2973878fb1f171fd0a URL: https://github.com/llvm/llvm-project/commit/b5eaf500f2441eff2277ea2973878fb1f171fd0a DIFF: https://github.com/llvm/llvm-project/commit/b5eaf500f2441eff2277ea2973878fb1f171fd0a.diff LO

[PATCH] D88780: Allow interfaces to operate on in-memory buffers with no source location info.

2022-06-26 Thread Vassil Vassilev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe881d85371bf: Allow interfaces to operate on in-memory buffers with no source location info. (authored by tapaswenipathak, committed by v.g.vassilev). Changed prior to commit: https://reviews.llvm.org/

[clang] e881d85 - Allow interfaces to operate on in-memory buffers with no source location info.

2022-06-26 Thread Vassil Vassilev via cfe-commits
Author: Tapasweni Pathak Date: 2022-06-26T13:21:23Z New Revision: e881d85371bf9b024e0668f1667fefde4df05711 URL: https://github.com/llvm/llvm-project/commit/e881d85371bf9b024e0668f1667fefde4df05711 DIFF: https://github.com/llvm/llvm-project/commit/e881d85371bf9b024e0668f1667fefde4df05711.diff L

[PATCH] D128608: [NFC][AST] remove the unnecessary condition checks in ASTImporter.cpp

2022-06-26 Thread Shivam Rajput via Phabricator via cfe-commits
phyBrackets created this revision. Herald added a subscriber: martong. Herald added a reviewer: a.sidorin. Herald added a reviewer: shafik. Herald added a project: All. phyBrackets requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. I think tha

[PATCH] D128589: [clang-repl] Support destructors of global objects.

2022-06-26 Thread Sunho Kim via Phabricator via cfe-commits
sunho added a comment. This seems to be breaking builds in ppc bots. Invastigating right now. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128589/new/ https://reviews.llvm.org/D128589 ___ cfe-commits ma

[clang] 45b6c38 - Revert "[clang-repl] Support destructors of global objects."

2022-06-26 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-06-26T22:10:28+09:00 New Revision: 45b6c38145e72d8a2593f9637c01015122b0b28c URL: https://github.com/llvm/llvm-project/commit/45b6c38145e72d8a2593f9637c01015122b0b28c DIFF: https://github.com/llvm/llvm-project/commit/45b6c38145e72d8a2593f9637c01015122b0b28c.diff LOG

[PATCH] D128607: [clang-format] NFC Fix uninitialized memory problem

2022-06-26 Thread sstwcw via Phabricator via cfe-commits
sstwcw added a comment. This problem was found by the build bot after I pushed the buggy code. https://lab.llvm.org/buildbot#builders/5/builds/25268 It looks like uninitialized memory was not checked when I ran `ninja check-clang-format` locally. Am I missing some configuration? Repository:

[PATCH] D128607: [clang-format] NFC Fix uninitialized memory problem

2022-06-26 Thread sstwcw via Phabricator via cfe-commits
sstwcw created this revision. sstwcw added reviewers: HazardyKnusperkeks, MyDeveloperDay, curdeius, owenpan. Herald added a project: All. sstwcw requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. The setLength function checks for the token kin

[PATCH] D126682: [clang-repl] Implement code undo

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire closed this revision. junaire added a comment. land in https://reviews.llvm.org/rGdea5a9cc929048be261a4c030407e4d7e1e70fec Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 _

[clang] dea5a9c - [clang-repl] Implement code undo.

2022-06-26 Thread Jun Zhang via cfe-commits
Author: Jun Zhang Date: 2022-06-26T18:32:18+08:00 New Revision: dea5a9cc929048be261a4c030407e4d7e1e70fec URL: https://github.com/llvm/llvm-project/commit/dea5a9cc929048be261a4c030407e4d7e1e70fec DIFF: https://github.com/llvm/llvm-project/commit/dea5a9cc929048be261a4c030407e4d7e1e70fec.diff LOG

[PATCH] D128604: [WIP][RISCV] Support Zbpbo extension

2022-06-26 Thread Shao-Ce SUN via Phabricator via cfe-commits
sunshaoce created this revision. sunshaoce added reviewers: asb, craig.topper, jrtc27, Jim, luismarques, kito-cheng, frasercrmck. Herald added subscribers: VincentWu, luke957, StephenFan, vkmr, evandro, apazos, sameer.abuasal, s.egerton, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMos

[PATCH] D126682: [clang-repl] Implement code undo

2022-06-26 Thread Vassil Vassilev via Phabricator via cfe-commits
v.g.vassilev accepted this revision. v.g.vassilev added a comment. This revision is now accepted and ready to land. LGTM! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 __

[PATCH] D128589: [clang-repl] Support destructors of global objects.

2022-06-26 Thread Sunho Kim via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9de8b05bfe0d: [clang-repl] Support destructors of global objects. (authored by sunho). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128589/new/ https://rev

[clang] 9de8b05 - [clang-repl] Support destructors of global objects.

2022-06-26 Thread Sunho Kim via cfe-commits
Author: Sunho Kim Date: 2022-06-26T19:02:19+09:00 New Revision: 9de8b05bfe0de2915d2443d06159396c5f9d389f URL: https://github.com/llvm/llvm-project/commit/9de8b05bfe0de2915d2443d06159396c5f9d389f DIFF: https://github.com/llvm/llvm-project/commit/9de8b05bfe0de2915d2443d06159396c5f9d389f.diff LOG

[PATCH] D126682: [clang-repl] Implement code undo

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire updated this revision to Diff 440050. junaire added a comment. Try to fix the failing permerge test. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 Files: clang/include/clang/Interpreter/Interp

[PATCH] D128589: [clang-repl] Support destructors of global objects.

2022-06-26 Thread Sunho Kim via Phabricator via cfe-commits
sunho updated this revision to Diff 440047. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128589/new/ https://reviews.llvm.org/D128589 Files: clang/lib/Interpreter/IncrementalExecutor.cpp clang/lib/Interpreter/IncrementalExecutor.h clang/lib/Interpreter/Interpreter.cpp clang/test

[PATCH] D126682: [clang-repl] Implement code undo

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire updated this revision to Diff 440043. junaire edited the summary of this revision. junaire added a comment. Rename CleanupPTU => CleanUpPTU Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 Files:

[PATCH] D127873: [clang-format] Fix misplacement of `*` in declaration of pointer to struct

2022-06-26 Thread Jack Huang via Phabricator via cfe-commits
jackhong12 added a comment. Got it. Thanks for your reply! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127873/new/ https://reviews.llvm.org/D127873 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailm

[PATCH] D126682: [clang-repl] Implement undo command

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire updated this revision to Diff 440042. junaire added a comment. Update commit message Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 Files: clang/include/clang/Interpreter/Interpreter.h clang/

[PATCH] D126682: [clang-repl] Implement undo command

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire updated this revision to Diff 440038. junaire added a comment. - Update a comment - Add a FIXME back Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 Files: clang/include/clang/Interpreter/Interp

[PATCH] D126682: [Interpreter][clang-repl] Implement undo command

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire updated this revision to Diff 440036. junaire added a comment. - Rename IncrementalParser::Restore to IncrementalParser::CleanupPTU - Drop unused code Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D12668