bruno added inline comments.

================
Comment at: lib/Frontend/InitHeaderSearch.cpp:491
     } else {
-      AddDefaultCPlusPlusIncludePaths(triple, HSOpts);
+      AddDefaultCPlusPlusIncludePaths(Lang, triple, HSOpts);
     }
----------------
If we happen to suggest libc++, but it's also not there, do we still want the 
warning? Should we check it exists first? 


Repository:
  rC Clang

https://reviews.llvm.org/D48297



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

Reply via email to