search for: ca3fdb39

Displaying 2 results from an estimated 2 matches for "ca3fdb39".

2011 Sep 20
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...tand what you meant by this? I'm aware that CommandLineToArgvW has special interpretation of backslashes and quotes, but what should I check exactly? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/ca3fdb39/attachment.html>
2011 Sep 20
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
On Tue, Sep 20, 2011 at 11:52 AM, Nikola Smiljanic <popizdeh at gmail.com> wrote: > I spent some more time on this. My idea was to use functionality from > llvm::sys::fs like file_status instead of stat struct, but as it turns out > this is not really possible. file_status structure is not a replacement for > stat, nor are there functions inside llvm::sys::fs that can replace