This revision was automatically updated to reflect the committed changes.
Closed by commit rL362731: [clang][HeaderSearch] Consider all path separators
equal (authored by kadircet, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
ht
kadircet updated this revision to Diff 203399.
kadircet marked an inline comment as done.
kadircet added a comment.
- Update comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62965/new/
https://reviews.llvm.org/D62965
Files:
clang/lib/Lex/He
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/Lex/HeaderSearch.cpp:1718
+ // Ignore path separators.
+ if (NI->size() == 1 && DI->size() == 1 &&
I think "consi
kadircet created this revision.
kadircet added reviewers: ilya-biryukov, sammccall.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62965
Files:
clang/lib/Lex/HeaderSearch.cpp
clang/unittests/Lex/HeaderSea