ilya-biryukov added inline comments.

================
Comment at: lib/Lex/Lexer.cpp:2086
+  StringRef PartialPath(PathStart, CompletionPoint - PathStart);
+  auto Slash = PartialPath.rfind('/');
+  StringRef Dir =
----------------
This will probably break for backslash includes.
We should probably also handle backslashes here when `LangOpts.MSVCCompat` is 
true.


Repository:
  rC Clang

https://reviews.llvm.org/D52076



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to