[libcxx-commits] [PATCH] D103833: [demangler] Fix demangling of 'half'

Stuart Brady via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 10 06:31:55 PDT 2021


stuart added a comment.

In D103833#2810319 <https://reviews.llvm.org/D103833#2810319>, @jyknight wrote:

> but your diff excerpt in the comment above is missing that extra directory prefix. I suspect you've got a local configuration file setting `diff.noprefix = true`

Good catch. I've fixed this.

I've long since forgotten //why// I ever added `diff.noprefix = true` to my `~/.gitconfig`... I'm not sure it was humans, actually! If I ever need this again, I'll make sure I add it as a local setting for the repositories where I need it! :-)

Sorry, @klimek and @chandlerc, for the noise.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103833/new/

https://reviews.llvm.org/D103833



More information about the libcxx-commits mailing list