hanchenye-llvm-project/clang/test
Fariborz Jahanian 3caab6cf6d Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension
is used for Objective-C++’s dictionary subscripting. This is done by filtering
out all placeholder types before check on lowering of the
common expression is done. // rdar://1374918.
Reviewed by John McCall.

llvm-svn: 182120
2013-05-17 16:29:36 +00:00
..
ARCMT Point diagnostics that complain about a use of a selector in an objc message, to the selector location. 2013-05-01 00:24:09 +00:00
ASTMerge Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. 2013-04-17 08:06:46 +00:00
Analysis [analyzer] Don't inline ~shared_ptr. 2013-05-17 02:16:49 +00:00
CXX First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen ARM: Improve codegen for vget_low_* and vget_high_ intrinsics. 2013-05-15 02:40:04 +00:00
CodeGenCUDA Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
CodeGenCXX Add testcase omitted from r181998. 2013-05-16 19:52:25 +00:00
CodeGenObjC ObjC debug info: Substitute the class type for methods that return 2013-05-10 21:08:31 +00:00
CodeGenObjCXX Correctly emit certain implicit references to 'self' even within 2013-05-03 07:33:41 +00:00
CodeGenOpenCL Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
Coverage Objective-C: When using super.prop, property should be 2013-03-11 22:26:33 +00:00
Driver [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. 2013-05-11 06:33:44 +00:00
FixIt The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00
Format Remove diagnostics from clang-format. 2013-05-15 08:14:19 +00:00
Frontend Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. 2013-04-17 08:06:46 +00:00
Headers Remove dependence on system headers from this test, to try to make the Windows bots happier. 2013-05-09 22:45:27 +00:00
Index Fix test breakage caused by change in clang-format. 2013-05-15 14:27:33 +00:00
Lexer Better diagnostics for string initialization. 2013-05-15 11:03:04 +00:00
Misc AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump. 2013-05-17 02:09:46 +00:00
Modules clang/test/Modules/self-import-header/test.m: Add explicit -target. 2013-05-16 06:59:30 +00:00
OpenMP OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00
PCH First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
Parser First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
Preprocessor fix PR 15726: ptrdiff_t should be int on PowerPC Darwin 2013-05-16 17:51:48 +00:00
Rewriter Objective-C: Correctly encode 'retain' and 'copy' for readonly properties. 2013-05-08 23:47:40 +00:00
Sema Return QualType() when a too large array is attempting to be created. This 2013-05-16 01:46:09 +00:00
SemaCUDA
SemaCXX Use 'c++' not 'cxx' in these diagnostic group names for consistency. 2013-05-17 03:11:25 +00:00
SemaObjC Objective-C arc: Diagnose when user attempts to 2013-05-16 19:08:44 +00:00
SemaObjCXX Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension 2013-05-17 16:29:36 +00:00
SemaOpenCL Add an error to check that all program scope variables are in the constant address space in OpenCL. 2013-04-05 20:14:50 +00:00
SemaTemplate Check a pointer is not null before attempting to use it. This prevents a 2013-05-16 02:14:08 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Use 'env' in tests that set environment variables. 2013-05-15 01:45:37 +00:00
Unit Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors. 2013-04-04 07:41:20 +00:00
CMakeLists.txt Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Revert r179671 and just pass a triple to the test for a platform with known 2013-04-17 17:27:51 +00:00
lit.site.cfg.in Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. 2013-03-26 08:28:18 +00:00
make_test_dirs.pl