[PATCH] D20110: [include-fixer] Improve include paths' minimization.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Wed May 11 01:45:44 PDT 2016


bkramer added a comment.

Making one path relative to another part is a hard problem. We'd need to make this work on windows and possibly also have it working in presence of symlinks. I'd much prefer to make paths in the YAML file relative to the "directory" in the compilation database, which is always the working directory of any clang tool. Would that break something?


Repository:
  rL LLVM

http://reviews.llvm.org/D20110





More information about the cfe-commits mailing list