hanchenye-llvm-project/clang/unittests
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
..
AST PR14558: Compute triviality of special members (etc) at the end of the class 2012-12-11 01:14:52 +00:00
ASTMatchers Adding tests since when I was asked whether this works I wasn't 2012-12-10 07:08:53 +00:00
Basic Extend stat query APIs to explicitly specify if the query is for 2012-12-11 07:48:23 +00:00
Format Addi formatting tests for pointer template parameters. 2012-12-10 18:59:13 +00:00
Frontend Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
Lex Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
Tooling Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Fixes Makefile for Format unit tests. 2012-12-06 22:29:01 +00:00