clang-1/lib
Argyrios Kyrtzidis 3cd0128ce4 Having FileManager::getFile always open the file, brought much consternation and leaking of file descriptors.
Add 'openFile' bool to FileManager::getFile to specify whether we want to have the file opened or not, have it
false by default, and enable it only in HeaderSearch.cpp where the open+fstat optimization matters.

Fixes rdar://9139899.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127748 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-16 19:17:25 +00:00
..
AST Support for printing/dumping static asserts 2011-03-16 18:37:27 +00:00
Analysis Teach CFGBuilder that the 'default' branch of a switch statement is dead if all enum values in a switch conditioned are handled. 2011-03-16 04:32:01 +00:00
Basic Having FileManager::getFile always open the file, brought much consternation and leaking of file descriptors. 2011-03-16 19:17:25 +00:00
CodeGen Fix foreign exception handling (GNU runtime). 2011-03-16 15:44:28 +00:00
Driver Support Ubuntu hardy and intrepid, from Thomas Gamper! 2011-03-14 15:39:50 +00:00
Frontend Fix duplicate argument processing 2011-03-16 19:14:34 +00:00
FrontendTool Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Headers lib/Headers/mm_malloc.h: On Windows, we can expect _mm_malloc would be provided as macro by <malloc.h>. 2011-03-15 02:32:43 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Having FileManager::getFile always open the file, brought much consternation and leaking of file descriptors. 2011-03-16 19:17:25 +00:00
Parse Make sure that we always pop a function's scope *before* we call 2011-03-16 17:05:57 +00:00
Rewrite Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
Sema Clean up our handling of template-ids that resolve down to a single 2011-03-16 19:16:25 +00:00
Serialization Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
StaticAnalyzer VariadicMethodTypeChecker: don't warn for null pointer constants passed to variadic Objective-C methods. 2011-03-16 00:22:51 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00