llvm-project/clang/lib
Yunzhong Gao 063763ea42 Fixing PR18510 by checking whether the non-virtual base of the derived class
might have a smaller size as compared to the stand-alone type of the base class.
This is possible when the derived class is packed and hence might have smaller
alignment requirement than the base class.

Differential Revision: http://llvm-reviews.chandlerc.com/D2599

llvm-svn: 200031
2014-01-24 19:28:24 +00:00
..
ARCMigrate Use the simpler version of llvm::sys::fs::remove when possible. 2014-01-10 21:32:14 +00:00
AST ObjectiveC. When issuing property implementation is 2014-01-22 19:02:20 +00:00
ASTMatchers Fix debug build. 2014-01-23 23:15:58 +00:00
Analysis [analyzer] Tighten up sanity checks on Objective-C property getter synthesis. 2014-01-23 03:59:10 +00:00
Basic PR18465: [Thumbv8] add predefined macros 2014-01-22 18:42:13 +00:00
CodeGen Fixing PR18510 by checking whether the non-virtual base of the derived class 2014-01-24 19:28:24 +00:00
Driver [AArch64] Add -mgeneral_regs_only option. 2014-01-23 15:48:30 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format Get rid of special parsing for return statements. 2014-01-24 09:25:23 +00:00
Frontend Require a module.map file to load a module 2014-01-22 23:19:39 +00:00
FrontendTool Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 2013-12-27 08:11:08 +00:00
Headers Add missing intrinsics, fix a couple of typos in intrinsic names, 2014-01-24 12:13:47 +00:00
Index Rename FunctionProtoType accessors from 'arguments' to 'parameters' 2014-01-20 20:26:09 +00:00
Lex Fix cxx_variable_templates feature check and documentation 2014-01-15 04:11:24 +00:00
Parse Factor out repeated parsing of a member-declarator when parsing a 2014-01-23 23:53:27 +00:00
Rewrite Rename FunctionProtoType accessors from 'arguments' to 'parameters' 2014-01-20 20:26:09 +00:00
Sema Added missing StandardConversionSequence initialization 2014-01-24 13:16:17 +00:00
Serialization Update FunctionTypeLoc and related names to match r199686 2014-01-21 00:32:38 +00:00
StaticAnalyzer [analyzer] Future-proof MallocChecker CFG dumping. 2014-01-23 03:59:01 +00:00
Tooling Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00