On Mon, Nov 13, 2023 at 4:28 AM Aaron Ballman
wrote:
> On Sun, Nov 12, 2023 at 11:42 PM David Blaikie wrote:
> >
> > Any chance this could/should reference the length by name, rather than
> by casts and pointer math? (so it's resilient to at least some changes to
> StringLiteral/StringRef?) Or i
On Sun, Nov 12, 2023 at 11:42 PM David Blaikie wrote:
>
> Any chance this could/should reference the length by name, rather than by
> casts and pointer math? (so it's resilient to at least some changes to
> StringLiteral/StringRef?) Or is this the preferred way to write Natvis
> visualizers, so
Any chance this could/should reference the length by name, rather than by
casts and pointer math? (so it's resilient to at least some changes to
StringLiteral/StringRef?) Or is this the preferred way to write Natvis
visualizers, so they're resilient to missing debug info or something?
On Sun, Nov