mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
372e9067a7594afda771769d9cf5ee1d30a7c831
FileSpec::IsRelativeToCurrentWorkingDirectory to IsRelative.
Summary: `IsRelativeToCurrentWorkingDirectory` was misleading, because relative paths are sometimes appended to other directories, not just the cwd. Plus, the new name is shorter. Also added `IsAbsolute` for completeness. Reviewers: clayborg, ovyalov Reviewed By: ovyalov Subscribers: tberghammer, lldb-commits Differential Revision: http://reviews.llvm.org/D10262 llvm-svn: 239419
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%