Displaying 2 results from an estimated 2 matches for "ba0a4449".
2018 Nov 29
2
DIFile filenames containing directories
...er is expected to paste the strings together.
>
> So, I don't think I'd call it a bug.
> --paulr
>
> >
> > -- adrian
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181129/ba0a4449/attachment.html>
2018 Nov 29
2
DIFile filenames containing directories
I noticed that clang produces DIFiles that look like
DIFile(filename: "src/test.c", directory: "/path/to/pwd")
at first I thought this must be a bug, but this could also be a space-saving optimization to unique the redundant $PWD prefix of all paths.
Is this a bug or a feature?
-- adrian