clang-1/include/clang
Ted Kremenek fc7052d4a2 Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls
for use by FileManager. FileManager now takes a StatSysCallCache* in its
constructor (which defaults to NULL). This will be used for evaluating whether
or not caching 'stat' system calls in PTH is a performance win. This shim adds
no observable performance impact in the case where the 'StatSysCallCache*' is
null.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64345 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-12 00:39:05 +00:00
..
AST Initial implementation of function overloading in C. 2009-02-11 23:02:49 +00:00
Analysis Refine PostStmtCustom to reference a tagged data pair with the tag to indicate the checker. 2009-02-09 16:59:59 +00:00
Basic Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls 2009-02-12 00:39:05 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver " Attached is a patch for TextDiagnosticPrinter that adds an optional 2009-01-30 17:41:53 +00:00
Lex PTH: Have meta data be at the beginning of the PTH file, not the end. 2009-02-11 23:34:32 +00:00
Parse Initial implementation of function overloading in C. 2009-02-11 23:02:49 +00:00
Rewrite this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
Sema Fix -Wimplicit-function-declaration, which required some refactoring and 2009-01-29 06:55:46 +00:00