[clang] [Clang] [Diagnostics] Simplify filenames that contain '..' (PR #143520)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 10 11:19:30 PDT 2025


Sirraide wrote:

Actually, we could also just put it in `SourceManager` because that already has a reference to the `DiagnosticsEngine` and then a single `getNameForDiagnostic(StringRef Filename)` function would do. 

https://github.com/llvm/llvm-project/pull/143520


More information about the cfe-commits mailing list