Closed shrouxm closed 3 years ago
@tjdevries for visibility
clang's libraries internally escapes file paths. so when it gives us back info like "this symbol is in this file", we can't just compare against the raw repo root directory to see if it should be included without escaping it first.
@tjdevries for visibility
clang's libraries internally escapes file paths. so when it gives us back info like "this symbol is in this file", we can't just compare against the raw repo root directory to see if it should be included without escaping it first.