Issue 133174
Summary [clang] `#include <//foo.h>` incorrectly normalized to `#include <foo.h>`
Labels clang
Assignees
Reporter zygoloid
    Clang weirdly accepts for example
```c++
#include <//stddef.h>
```
but rejects with any other number of leading `/`s other than zero. It looks like something may be going wrong with the normalization of `//` -> `/` that is resulting in zero slashes at the start of the filename.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to