mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
spelling: canonicalization
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -308,7 +308,7 @@ class SwiftDispatcher {
|
|||||||
|
|
||||||
static FilePath getFilePath(llvm::StringRef path) {
|
static FilePath getFilePath(llvm::StringRef path) {
|
||||||
// TODO: this needs more testing
|
// TODO: this needs more testing
|
||||||
// TODO: check canonicaliztion of names on a case insensitive filesystems
|
// TODO: check canonicalization of names on a case insensitive filesystems
|
||||||
// TODO: make symlink resolution conditional on CODEQL_PRESERVE_SYMLINKS=true
|
// TODO: make symlink resolution conditional on CODEQL_PRESERVE_SYMLINKS=true
|
||||||
llvm::SmallString<PATH_MAX> realPath;
|
llvm::SmallString<PATH_MAX> realPath;
|
||||||
if (std::error_code ec = llvm::sys::fs::real_path(path, realPath)) {
|
if (std::error_code ec = llvm::sys::fs::real_path(path, realPath)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user