ckandeler added inline comments.

================
Comment at: clang/lib/Sema/SemaCodeComplete.cpp:9619
+    const bool ExtensionlessHeaders = IsSystem || isQt
+        || Dir.endswith(".framework/Headers");
     std::error_code EC;
----------------
I'm just noticing that this is often a symlink into a versioned directory (e.g. 
xxx.framework/Version/5/Headers). The include paths are not canonicalized, I 
hope?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112996/new/

https://reviews.llvm.org/D112996

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

Reply via email to