summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/crash-recovery/usr/include/pthread.h
Commit message (Collapse)AuthorAgeFilesLines
* [VFS] Handle empty entries in directory traversalBruno Cardoso Lopes2016-03-301-0/+1
The VFS YAML files contain empty directory entries to describe that it's returning from a subdirectory before describing new files in the parent. In the future, we should properly sort and write YAML files avoiding such empty dirs and mitigate the extra recurson cost. However, since this is used by previous existing YAMLs, make the traversal work in their presence. rdar://problem/24499339 llvm-svn: 264970
OpenPOWER on IntegriCloud