[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.