clang/lib
John McCall 856d3798af Be sure to try a final ARC-production even in Objective-C++.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133215 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-16 23:24:51 +00:00
..
ARCMigrate Raise the ARCMT functionality in Clang into proper FrontendActions. 2011-06-16 16:17:05 +00:00
AST Move computation of __private_extern__ visibilty to 2011-06-16 20:14:50 +00:00
Analysis Finish 2 sentences. 2011-06-16 23:19:36 +00:00
Basic Stylistic fix: move virtual keyword before return type. 2011-06-16 19:13:15 +00:00
CodeGen Move computation of __private_extern__ visibilty to 2011-06-16 20:14:50 +00:00
Driver Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. 2011-06-16 12:43:57 +00:00
Frontend Fix a regression introduced by r131955 which broke #include_next in subtle situations 2011-06-16 22:58:10 +00:00
FrontendTool Raise the ARCMT functionality in Clang into proper FrontendActions. 2011-06-16 16:17:05 +00:00
Headers Add 'may_alias' attribute. Noticed by Eli. 2011-05-13 01:24:00 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Parse Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Rewrite Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Sema Be sure to try a final ARC-production even in Objective-C++. 2011-06-16 23:24:51 +00:00
Serialization Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
StaticAnalyzer [analyzer] Clean up modeling of strcmp, including cases where a string literal has an embedded null character, and where both arguments are the same buffer. Also use nested ifs rather than early returns; in this case early returns will lose any assumptions we've made earlier in the function. 2011-06-16 07:13:34 +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