
`makeAbsolute` will not normalize path. When getting parent folder, `..` will go into the subfolder instead of the parent folder.
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
// RUN: clang-tidy %S/Inputs/normalized-path/error-config/../code.cpp --verify-config 2>&1 | FileCheck %s
|
|
|
|
// CHECK-NOT: Error parsing
|