llvm-project/clang/lib
Argyrios Kyrtzidis 41899f3bac [arcmt] Use __bridge_retained when passing an objc object to a CF parameter
annotated with cf_consumed attribute.

llvm-svn: 139709
2011-09-14 18:17:09 +00:00
..
ARCMigrate [arcmt] Use __bridge_retained when passing an objc object to a CF parameter 2011-09-14 18:17:09 +00:00
AST In general, don't look through explicit casts when trying 2011-09-13 23:08:34 +00:00
Analysis Add a bit to the CFGBlock to track when it contains a no-return 2011-09-13 09:53:55 +00:00
Basic Add comment. 2011-09-14 17:24:05 +00:00
CodeGen Formatting. 2011-09-14 01:10:50 +00:00
Driver [driver] Add support for the COMPILER_PATH environment variable, which adds the 2011-09-14 00:47:55 +00:00
Frontend Encode the module hash in base-36, to reduce the length of the strings a bit 2011-09-14 15:55:12 +00:00
FrontendTool More missing dependencies picked up by Ninja. 2011-09-07 19:12:36 +00:00
Headers Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99 2011-09-08 23:25:25 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex For modules, use a hash of the compiler version, language options, and 2011-09-13 23:15:45 +00:00
Parse Record the full source range of an attribute. 2011-09-13 16:05:53 +00:00
Rewrite objc rewriter - more fixes to support compiling the rewritten 2011-09-10 17:01:56 +00:00
Sema objc-arc: warn when a 'retain' block property is 2011-09-14 18:03:46 +00:00
Serialization [PCH] Fix a regression that r139441 introduced (decls were getting passed 2011-09-13 21:35:00 +00:00
StaticAnalyzer [analyzer] After CFG has been linearized, we can have a situation where an ExpoledNode has an invalid SourceLocation (which has no correspondence in the source code). This commit is the first step to solve this problem. 2011-09-14 17:48:01 +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