summaryrefslogtreecommitdiffstats
path: root/clang/test/VFS/relative-path.c
Commit message (Collapse)AuthorAgeFilesLines
* Support relative paths in VFSFromYAMLBen Langmuir2014-03-041-0/+11
Use llvm::sys::fs::make_absolute to get an absolute path before matching. Also, allow "." directories to enable testing. ".." is still not supported, and will require crossing file system boundaries to implement correctly. llvm-svn: 202903
OpenPOWER on IntegriCloud