llvm-project/clang/test
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
..
ARCMT
ASTMerge
Analysis Fix to PR8880 (clang dies processing a for loop) 2014-01-23 15:05:00 +00:00
CXX When a special member is explicitly defaulted outside its class, and we reject 2014-01-22 20:09:10 +00:00
CodeCompletion
CodeGen test/CodeGen: Finish fixing the typo in r199862 2014-01-23 17:34:24 +00:00
CodeGenCUDA
CodeGenCXX Fixing PR18510 by checking whether the non-virtual base of the derived class 2014-01-24 19:28:24 +00:00
CodeGenObjC
CodeGenObjCXX
CodeGenOpenCL
Coverage
Driver [AArch64] Replace underscores with dashes in -mgeneral_regs_only. 2014-01-24 15:15:27 +00:00
FixIt
Format
Frontend
Headers
Index
Layout
Lexer
Misc If an attribute has a semantically meaningful spelling (such as ArgumentWithTypeTagAttr or MSInheritanceAttr), display the spelling used for the attribute as part of the AST dump. This should ease debugging the AST for these attributes. Attributes without semantically meaningful spelling variations are not affected. 2014-01-22 21:51:20 +00:00
Modules Require a module.map file to load a module 2014-01-22 23:19:39 +00:00
OpenMP
PCH
Parser Factor out repeated parsing of a member-declarator when parsing a 2014-01-23 23:53:27 +00:00
Preprocessor PR18465: [Thumbv8] add predefined macros 2014-01-22 18:42:13 +00:00
Rewriter
Sema Fix to PR8880 (clang dies processing a for loop) 2014-01-23 15:05:00 +00:00
SemaCUDA
SemaCXX Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr. Add the missing handling of value-dependent expressions for returns_nonnull. 2014-01-24 11:10:39 +00:00
SemaObjC ObjectiveC. When issuing property implementation is 2014-01-22 19:02:20 +00:00
SemaObjCXX
SemaOpenCL Allow clang to compile the "extern" storage class in OpenCL 1.2. 2014-01-23 16:36:09 +00:00
SemaTemplate
TableGen
Tooling
Unit
.clang-format
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg
lit.site.cfg.in
make_test_dirs.pl