llvm-project/clang/lib
Eli Friedman c267a32b05 Make the bitfield implicit truncation warning slightly more aggressive, and make the printed warning a bit more accurate. The new behavior matches gcc's -Wconversion. <rdar://problem/10238797>.
llvm-svn: 149089
2012-01-26 23:11:39 +00:00
..
ARCMigrate objc-arc: introduce -no-finalize-removal which in gc mode, 2012-01-26 20:57:58 +00:00
AST Change HasMutableFields to HasOnlyCMembers and consider that a tag inside 2012-01-26 18:28:08 +00:00
Analysis Fix NSLog format string checking for %@. 2012-01-25 00:04:09 +00:00
Basic Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455 2012-01-26 22:14:27 +00:00
CodeGen Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455 2012-01-26 22:14:27 +00:00
Driver Remove the ToolTriple logic in NetBSD, which was completely broken by 2012-01-26 22:27:52 +00:00
Frontend objc-arc: introduce -no-finalize-removal which in gc mode, 2012-01-26 20:57:58 +00:00
FrontendTool Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
Headers Represent 256-bit unaligned loads natively and remove the builtins. Similar change was made for 128-bit versions a while back. 2012-01-25 04:26:17 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Only mark an IdentifierInfo as having changed since deserialization 2012-01-24 15:24:38 +00:00
Parse Fix our handling of #pragma GCC visibility. 2012-01-26 02:02:57 +00:00
Rewrite Remove the headers now that ::close() is not used. 2012-01-26 04:42:21 +00:00
Sema Make the bitfield implicit truncation warning slightly more aggressive, and make the printed warning a bit more accurate. The new behavior matches gcc's -Wconversion. <rdar://problem/10238797>. 2012-01-26 23:11:39 +00:00
Serialization Don't separately serialize the list of instance variables in an 2012-01-26 17:31:14 +00:00
StaticAnalyzer Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +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