Stefan Haller

Results 7 comments of Stefan Haller

I see, thanks for the detailed explanation. Wouldn't another idea be: - guess based on whether the forward declaration is used in the header that contains it. Consider it exported...

> First the bad news: i think the only way to hide this is to annotate the include with `// IWYU pragma: keep`. Annotating the include sites is infeasible, they...

> I realized there's a better way to suppress: in clangd config file: > Apparently this did get added, just not documented yet. It [is actually documented](https://clangd.llvm.org/guides/include-cleaner#configuration), and I saw...

> You could try checking out https://github.com/jesseduffield/lazygit/pull/2533 to see if it helps in any way. I would be very surprised if it did, I think this is very unrelated.

I have a branch that implements option 3. I like that best, as it is similar to what happens when you try to push a branch that needs to be...

BTW, tags can already be deleted, just not from the commit that they are pointing at. You need to go to the Tabs panel and find the tag there, then...

I would suggest to support `git am` as well, while we're at it.