llvm-project/clang/lib
John McCall 1b1a1dbbe7 When synthesizing implicit copy/move constructors and copy/move assignment
operators, don't make an initializer or sub-operation for zero-width
bitfields.

llvm-svn: 133221
2011-06-17 00:18:42 +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 Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . 2011-06-16 23:59:43 +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 When synthesizing implicit copy/move constructors and copy/move assignment 2011-06-17 00:18:42 +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