[PATCH] D48297: [Darwin] Add a warning for missing include path for libstdc++

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 18 14:30:25 PDT 2018


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





More information about the cfe-commits mailing list