erik.pilkington added inline comments.

================
Comment at: clang/lib/Lex/HeaderSearch.cpp:670
     if (IsIncludeeInFramework) {
       NewInclude += StringRef(ToFramework).drop_back(10); // drop .framework
       NewInclude += "/";
----------------
Crash was here, if ToFramework is empty because no "Foo.framework" entry found 
in the path.


Repository:
  rC Clang

https://reviews.llvm.org/D52253



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

Reply via email to