llvm-project/clang/unittests/Basic
Argyrios Kyrtzidis 3b7793797f Extend stat query APIs to explicitly specify if the query is for
a file or directory, allowing just a stat call if a file descriptor
is not needed.

Doing just 'stat' is faster than 'open/fstat/close'.
This has the effect of cutting down system time for validating the input files of a PCH.

llvm-svn: 169831
2012-12-11 07:48:23 +00:00
..
CMakeLists.txt Clang side of a refactoring of the CMake unit test build strategy. 2012-06-21 09:51:42 +00:00
FileManagerTest.cpp Extend stat query APIs to explicitly specify if the query is for 2012-12-11 07:48:23 +00:00
Makefile For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg expanded 2011-12-21 16:56:29 +00:00
SourceManagerTest.cpp Sort the #include lines for unittests/... 2012-12-04 09:45:34 +00:00