clang-1/lib
David Chisnall 827bbcc8a9 Remove code that was intentionally generating bad code on the GNU runtime for no reason (failing to emit .cxx_constructor / .cxx_destructor methods).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127806 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-17 14:19:08 +00:00
..
AST Use ElaboratedType also for C. 2011-03-16 20:16:18 +00:00
Analysis Extend -Wuninitialized to support vector types. 2011-03-17 03:06:11 +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 Remove code that was intentionally generating bad code on the GNU runtime for no reason (failing to emit .cxx_constructor / .cxx_destructor methods). 2011-03-17 14:19:08 +00:00
Driver Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this 2011-03-17 00:07:34 +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 Use ElaboratedType also for C. 2011-03-16 20:16:18 +00:00
Rewrite Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
Sema Don't construct two CFGs just to run -Wuninitialized. While this causes new warnings to be flagged under -Wconditional-uninitialized, this is something we 2011-03-17 05:29:57 +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