llvm-project/clang/test
Akira Hatanaka cb4525443c [Sema] Fix bug in TypeLocBuilder::pushImpl
The code in TypeLocBuilder::pushImpl wasn't correctly handling the case
where an element that has an 8-byte alignment was being pushed.

I plan to follow up with a patch to remove redundancies and simplify the
function.

rdar://problem/23838912

Differential Revision: http://reviews.llvm.org/D16843

llvm-svn: 261260
2016-02-18 21:05:09 +00:00
..
ARCMT Define weak and __weak to mean ARC-style weak references, even in MRC. 2015-10-22 18:38:17 +00:00
ASTMerge Update tests touched by r249656 2015-10-08 06:31:22 +00:00
Analysis [analyzer] Improve modeling of ObjC synthesized property setters. 2016-02-18 19:13:30 +00:00
CXX Improve diagnostics for ill-formed literal operator declarations. 2016-02-17 00:04:04 +00:00
CodeCompletion [Parse] Code complete expressions in bracket declarators. 2016-02-18 15:30:24 +00:00
CodeGen Missed a spot in r261251, also ignore attributes on all pointer parameters 2016-02-18 20:30:40 +00:00
CodeGenCUDA [CUDA] Tweak attribute-based overload resolution to match nvcc behavior. 2016-02-12 18:29:18 +00:00
CodeGenCXX Revert "Revert r260388 "[MS ABI] Never reference dllimport'd vtables"" 2016-02-11 17:49:28 +00:00
CodeGenObjC Remove unnecessary regex in the test cases I fixed in r260496. 2016-02-16 00:46:03 +00:00
CodeGenObjCXX [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilog 2016-02-17 21:09:50 +00:00
CodeGenOpenCL AMDGPU: Add sin/cos builtins 2016-02-13 01:21:09 +00:00
Coverage Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
CoverageMapping Restrengthen tests relaxed in r259955 2016-02-17 00:58:13 +00:00
Driver Make deprecation message for -fsanitize-coverage= with numeric argument friendlier. 2016-02-18 19:32:54 +00:00
FixIt [Lit Test] Updated 26 Lit tests to be C++11 compatible. 2015-11-11 19:34:47 +00:00
Format Fix clang-format test. I believe that the new behavior is better. 2015-11-23 08:50:52 +00:00
Frontend Revert r260266 (and r260276), "clang-cl: Enable plugins on Windows" 2016-02-11 16:43:08 +00:00
Headers test/Headers/float.c: fix theoretical edge values 2016-02-12 19:24:36 +00:00
Index [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in printing policy. 2016-02-15 01:32:36 +00:00
Integration
Layout [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Denis Zobnin. 2015-11-20 07:02:57 +00:00
Lexer [OpenCL] Added half type literal with suffix h. 2016-02-17 11:34:37 +00:00
Misc Don't crash w/ a diagnostic range containing a null byte 2016-02-17 22:37:45 +00:00
Modules [Modules] Early-exit if ReadOptionsBlock fails to avoid crashing 2016-02-11 18:54:02 +00:00
OpenMP [OPENMP] Fix codegen for lastprivate loop counters. 2016-02-18 13:48:15 +00:00
PCH Exclude PCH/missing-file.cpp on Windows, it does not pass reliably 2016-02-16 19:16:28 +00:00
Parser [Parser] Perform CachedTokens update dependent on token consumption 2016-02-05 19:36:39 +00:00
Preprocessor Accept "-Weverything" in clang diagnistic pragmas 2016-02-13 01:44:05 +00:00
Profile Test simplification 2016-02-17 00:59:01 +00:00
Rewriter Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
Sema Sema: provide an extension warning for enable_if 2016-02-18 06:49:31 +00:00
SemaCUDA [CUDA] Tweak attribute-based overload resolution to match nvcc behavior. 2016-02-12 18:29:18 +00:00
SemaCXX [Parse] Make sure we don't forget to diagnose typos in exprs 2016-02-18 06:37:44 +00:00
SemaObjC [Sema] More changes to fix Objective-C fallout from r249995. 2016-02-13 01:41:41 +00:00
SemaObjCXX [Sema] Fix bug in TypeLocBuilder::pushImpl 2016-02-18 21:05:09 +00:00
SemaOpenCL [OpenCL] Added half type literal with suffix h. 2016-02-17 11:34:37 +00:00
SemaTemplate Fix PR26134: When substituting into default template arguments, keep CurContext unchanged. 2016-01-19 03:58:55 +00:00
TableGen
Tooling int function without a return statement is invalid C++. 2015-11-27 18:10:49 +00:00
Unit
VFS [VFS] Fix status() of opened redirected file 2015-12-10 23:41:39 +00:00
.clang-format
CMakeLists.txt [ThinLTO] Option to invoke ThinLTO backend passes and importing 2015-12-07 19:21:34 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Revert r260266 (and r260276), "clang-cl: Enable plugins on Windows" 2016-02-11 16:43:08 +00:00
lit.site.cfg.in [modules] Compress files embedded into a .pcm file, to reduce the disk usage of -fembed-all-files mode. 2016-02-06 02:06:43 +00:00
make_test_dirs.pl