[all-commits] [llvm/llvm-project] 112490: [analyzer] Use getFileName and do not use realpath...
Utkarsh Saxena via All-commits
all-commits at lists.llvm.org
Thu Feb 6 02:15:42 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 112490ce04edeb0b34ab2079b649e907c62fd47e
https://github.com/llvm/llvm-project/commit/112490ce04edeb0b34ab2079b649e907c62fd47e
Author: Utkarsh Saxena <usx at google.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
Log Message:
-----------
[analyzer] Use getFileName and do not use realpath names (#126039)
The real paths resolves symlinks and makes the tests fail when the
filesystem is a symlink tree over a content-addressable storage (our
internal environment).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list