llvm-project/clang/test
Hans Wennborg 8fab56e0dc Revert r260388 "[MS ABI] Never reference dllimport'd vtables"
This caused the compiler to fail with "invalid linkage type
for global declaration" (PR26569).

llvm-svn: 260449
2016-02-10 22:18:37 +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] Avoid crash when attempting to evaluate binary operation on LazyCompoundVal. 2016-02-08 00:28:24 +00:00
CXX [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 by 2016-02-08 05:34:00 +00:00
CodeCompletion [Tests] Modified Lit Tests to be C++11 compatibile 2015-08-27 18:49:15 +00:00
CodeGen [X86] Fix stack alignment for MCU target (Clang part), by Anton Nadolskiy. 2016-02-10 11:58:46 +00:00
CodeGenCUDA [CUDA] Do not allow dynamic initialization of global device side variables. 2016-02-02 22:29:48 +00:00
CodeGenCXX Revert r260388 "[MS ABI] Never reference dllimport'd vtables" 2016-02-10 22:18:37 +00:00
CodeGenObjC Add an ARC autoreleased-return-value caller marker on i386. 2016-02-05 21:37:38 +00:00
CodeGenObjCXX Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure" 2015-12-21 20:21:15 +00:00
CodeGenOpenCL Add target triple to CodeGenOpenCL/pipe_types.cl test case 2016-01-29 10:45:23 +00:00
Coverage Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
CoverageMapping [Coverage] Fix crash when handling certain macro expansions 2016-02-08 19:25:45 +00:00
Driver [clang-cl] /Z7 now generates normal debug info, not just line info 2016-02-10 21:28:38 +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 Fix the test added in r260266 2016-02-09 20:49:24 +00:00
Headers Make ms-intrin.cpp test require the x86 target. 2015-09-23 00:24:34 +00:00
Index clang/test/Index/skip-parsed-bodies/compile_commands.json: Appease targeting msvc. 2016-02-10 01:45:51 +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 PR26349: correctly check whether a digit sequence is empty in the presence of digit separators. 2016-02-09 22:34:35 +00:00
Misc Add backend dignostic printer for unsupported features 2016-02-02 13:52:52 +00:00
Modules Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}. 2016-02-10 01:34:17 +00:00
OpenMP [OPENMP 4.5] Initial support for data members in 'firstprivate' clause. 2016-02-10 11:29:16 +00:00
PCH PR25271: When attaching default template arguments to redeclarations of a 2016-02-04 22:54:41 +00:00
Parser [Parser] Perform CachedTokens update dependent on token consumption 2016-02-05 19:36:39 +00:00
Preprocessor Fixed preprocessed output of the first token for pragmas. 2016-02-09 08:51:26 +00:00
Profile [PGO] Fix issue: explicitly defaulted assignop is not profiled 2016-02-09 20:02:59 +00:00
Rewriter Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
Sema Fix assertion "Chunk.Kind == DeclaratorChunk::Function" with attributed type. 2016-02-10 11:23:48 +00:00
SemaCUDA [CUDA] Add -fcuda-allow-variadic-functions. 2016-01-26 17:47:20 +00:00
SemaCXX Fix a crash when there is a typo in the return statement. 2016-02-04 20:05:40 +00:00
SemaObjC Sema: handle typo correction on ARC'ed ivar 2016-02-07 02:30:59 +00:00
SemaObjCXX ObjCXX: fix a crash during typo correction. 2016-02-02 22:23:03 +00:00
SemaOpenCL [OpenCL] Adding reserved operator logical xor for OpenCL 2016-02-03 15:17:14 +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 clang-cl: Enable plugins on Windows 2016-02-09 19:43:13 +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