llvm-project
3f2c28ec - [clang] Simplify usage of FileManager::makeAbsolutePath (#182360)

Commit
70 days ago
[clang] Simplify usage of FileManager::makeAbsolutePath (#182360) Fold normalization of `.`'s into `FileManager::makeAbsolutePath` so that different places that need to see through it can just call it instead of handling it in wrappers. There shouldn't be a functional impact.
Author
Parents
Loading