[clang] #include <//foo.h>
incorrectly normalized to #include <foo.h>
#133174
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
Clang weirdly accepts for example
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.The text was updated successfully, but these errors were encountered: