llvm-project/clang/lib
Eli Friedman 05e280156f Revert r148271; this requires more thought.
llvm-svn: 148276
2012-01-17 02:13:45 +00:00
..
ARCMigrate Remove unused variables. 2011-12-25 01:18:52 +00:00
AST Use Builtin ID as the return value 2012-01-17 00:37:07 +00:00
Analysis scanf: parse the 'm' length modifier, and check that the right arguments 2012-01-12 17:11:12 +00:00
Basic Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
CodeGen Add support for OpenCL 1.1 logical operations. 2012-01-16 21:02:28 +00:00
Driver Make the auto-detection hack for the iOS simulator set the target triple correctly. Getting the target triple wrong mostly appears to work, but messes up in subtle cases; for example, we incorrectly conclude that fwrite is actually named fwrite$UNIX2003. Also shuffles around the auto-detection code a bit to try and make it a bit more reliable. Fixes <rdar://problem/10664848>. 2012-01-16 18:50:54 +00:00
Frontend Some improvements to the handling of C11 atomic types: 2012-01-16 17:27:18 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers Don't depend on undefined macros being 0, there are options for the 2012-01-03 19:22:38 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex Some improvements to the handling of C11 atomic types: 2012-01-16 17:27:18 +00:00
Parse Improve diagnostics for dangling '}'. 2012-01-17 01:04:27 +00:00
Rewrite Add IsImplicit field in ObjCMessageExpr that is true when the message 2012-01-12 02:34:39 +00:00
Sema Revert r148271; this requires more thought. 2012-01-17 02:13:45 +00:00
Serialization Now that deserializing a definition of a C++ class/Objective-C 2012-01-15 18:17:48 +00:00
StaticAnalyzer [analyzer] Taint: generalize taint propagation to simplify adding more 2012-01-17 00:37:02 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00