llvm-project/clang/test
Davide Italiano 43899d44c2 [Sema] Unions cannot have virtual functions.
PR:		PR23931
Differential Revision:	http://reviews.llvm.org/D10752
Reviewed by:  rsmith

llvm-svn: 240889
2015-06-27 19:18:55 +00:00
..
ARCMT Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
ASTMerge [Hexagon] Reapply 238773 after fix to LLVM. 2015-06-03 17:34:22 +00:00
Analysis [static analyzer] Analyzer is skipping forward declared C/C++ functions 2015-06-26 17:42:58 +00:00
CXX [Parse] Allow 'constexpr' in condition declarations 2015-06-25 22:06:40 +00:00
CodeCompletion [Preprocessor] Iterating over all macros should include those from modules. 2015-06-24 19:27:02 +00:00
CodeGen Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Asserts for now. Will fix later. 2015-06-27 03:33:47 +00:00
CodeGenCUDA [cuda] Fixed test case failure on s390x 2015-05-11 18:35:58 +00:00
CodeGenCXX Omit 'nodebug' methods from the class description. 2015-06-25 17:50:43 +00:00
CodeGenObjC Update clang to take into account the changes to personality fns 2015-06-17 20:53:19 +00:00
CodeGenObjCXX Update clang to take into account the changes to personality fns 2015-06-17 20:53:19 +00:00
CodeGenOpenCL clang/test/CodeGenOpenCL/opencl_types.cl: Tweak expressions according to r237548. 2015-05-18 03:58:27 +00:00
Coverage clang/test/Coverage/html-diagnostics.c: Use find(1) to avoid globbing. 2014-11-04 13:05:10 +00:00
CoverageMapping InstrProf: Fix a crash when an implicit def appears in a macro 2015-06-23 20:29:09 +00:00
Driver [PPC]: Fix bug in getMultiarchTriple. 2015-06-26 18:37:15 +00:00
FixIt Replace __double_underscored type nullability qualifiers with _Uppercase_underscored 2015-06-24 22:02:08 +00:00
Format Disable style-on-command-line test on Windows 2015-06-09 17:47:59 +00:00
Frontend Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
Headers Move xtest to its own file to match the gcc header organization. 2015-06-17 18:42:07 +00:00
Index [ObjC] Add NSValue support for objc_boxed_expressions 2015-06-26 05:28:36 +00:00
Integration
Layout __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Lexer [ASan] Initial support for Kernel AddressSanitizer 2015-06-19 12:19:07 +00:00
Misc Reenable Misc/interpreter.c as r239388 correctly handles such targets 2015-06-09 06:33:13 +00:00
Modules [modules] Properly merge visibility of class definitions that got merged while 2015-06-25 21:42:33 +00:00
OpenMP [OPENMP] Codegen for 'depend' clause (OpenMP 4.0). 2015-06-24 11:01:36 +00:00
PCH [ObjC] Add NSValue support for objc_boxed_expressions 2015-06-26 05:28:36 +00:00
Parser [Concepts] Parsing of requires-clause in template-declaration 2015-06-25 00:23:39 +00:00
Preprocessor Avoid false positive/negative test results from line directive interference.NFC. 2015-06-26 17:49:10 +00:00
Profile Display profile file name when emitting a file not found diagnostic. 2015-06-25 22:56:00 +00:00
Rewriter __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Sema Replace __double_underscored type nullability qualifiers with _Uppercase_underscored 2015-06-24 22:02:08 +00:00
SemaCUDA [cuda] Preserve TLS storage class of host variable even if it's a 2015-04-28 20:31:49 +00:00
SemaCXX [Sema] Unions cannot have virtual functions. 2015-06-27 19:18:55 +00:00
SemaObjC Replace __double_underscored type nullability qualifiers with _Uppercase_underscored 2015-06-24 22:02:08 +00:00
SemaObjCXX Replace __double_underscored type nullability qualifiers with _Uppercase_underscored 2015-06-24 22:02:08 +00:00
SemaOpenCL Restores r228382, which was reverted in r228406. 2015-02-25 05:48:23 +00:00
SemaTemplate Fix crash-on-invalid bug in template instantiation. 2015-06-26 02:15:04 +00:00
TableGen
Tooling Remove "REQUIRES:shell" from tests. They work for me. 2014-11-04 13:41:33 +00:00
Unit
VFS Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
.clang-format
CMakeLists.txt Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg test: Set lit features appropriately when using asan and ubsan together 2015-06-22 18:47:10 +00:00
lit.site.cfg.in Check for backtraces in tests which are verifying pretty stack traces from a crashing clang. 2015-02-10 19:53:38 +00:00
make_test_dirs.pl