hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Tooling/JSONCompilationDatabase.cpp:373
       llvm::sys::path::append(AbsolutePath, FileName);
+      llvm::sys::path::remove_dots(AbsolutePath, true);
       llvm::sys::path::native(AbsolutePath, NativeFilePath);
----------------
nit: add the `/*remove_dot_dot=*/` for the `true` parameter.


Repository:
  rC Clang

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

https://reviews.llvm.org/D59079



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

Reply via email to