jansvoboda11 wrote:
Sorry, I'm not familiar with the rewriter. Maybe @PiotrZSL would be able to
take look?
https://github.com/llvm/llvm-project/pull/73827
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/l
sebastianpoeplau wrote:
@jansvoboda11 this is another PR where I would appreciate your feedback if you
can find the time.
https://github.com/llvm/llvm-project/pull/73827
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cg
https://github.com/sebastianpoeplau updated
https://github.com/llvm/llvm-project/pull/73827
>From f31443bb4de3cec4e7d98ac3c147f09a7ca297fe Mon Sep 17 00:00:00 2001
From: Matthieu Eyraud
Date: Wed, 16 Aug 2023 13:34:10 +
Subject: [PATCH] [Rewrite] Fix offset computation in RemoveText
When r
sebastianpoeplau wrote:
Ping
https://github.com/llvm/llvm-project/pull/73827
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sebastian Poeplau (sebastianpoeplau)
Changes
When removing a source range from the RewriterBuffer, Clang needs to compute
the size of the actual range in the RewriterBuffer (as new elements may have
been inserted at any position of the or
https://github.com/sebastianpoeplau created
https://github.com/llvm/llvm-project/pull/73827
When removing a source range from the RewriterBuffer, Clang needs to compute
the size of the actual range in the RewriterBuffer (as new elements may have
been inserted at any position of the original ra