llvm-project/clang/lib
Daniel Dunbar 151a372113 Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, we
don't support the ABI yet.

llvm-svn: 127903
2011-03-18 20:14:03 +00:00
..
AST Fixed inconsistency when adding TemplateParameterListsInfo. 2011-03-18 15:16:37 +00:00
Analysis Extend -Wuninitialized to support vector types. 2011-03-17 03:06:11 +00:00
Basic Add FileManager::getNoncachedStatValue, which will resolve relative paths against the working directory specified in the file system options. 2011-03-18 19:23:19 +00:00
CodeGen The Darwin kernel does not provide useful guard variable support. 2011-03-18 02:56:14 +00:00
Driver Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, we 2011-03-18 20:14:03 +00:00
Frontend Use the newly added FileManager::getNoncachedStatValue when trying to determine if any files in the preamble have changed. 2011-03-18 19:23:38 +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 Construct 'Sema' object on the stack, so that crash recovery can recovery it's associated resources without walking over dead stack space. 2011-03-18 03:44:21 +00:00
Rewrite Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
Sema Add an opt-in -Wheader-hygiene, which current diagnoses the use of 2011-03-18 16:10:52 +00:00
Serialization Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
StaticAnalyzer Teach VariadicMethodTypeChecker about pointers attributed as 'NSObject'. 2011-03-17 04:10:25 +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