llvm-project/clang/test
Artem Dergachev e1f3062100 [CFG] [analyzer] Add construction contexts for returning C++ objects in ObjC++.
Like any normal funciton, Objective-C message can return a C++ object
in Objective-C++. Such object would require a construction context.

This patch, therefore, is an extension of r327343 onto Objective-C++.

Differential Revision: https://reviews.llvm.org/D48608

llvm-svn: 338426
2018-07-31 19:46:14 +00:00
..
ARCMT [ObjC] Allow declaring __strong pointer fields in structs in Objective-C 2018-02-28 07:15:55 +00:00
ASTMerge [ASTImporter] Added import of CXXStdInitializerListExpr 2018-06-29 12:17:34 +00:00
Analysis [CFG] [analyzer] Add construction contexts for returning C++ objects in ObjC++. 2018-07-31 19:46:14 +00:00
CXX Add missing temporary materialization conversion on left-hand side of . 2018-07-27 17:13:18 +00:00
CodeCompletion [CodeComplete] Add a few extra tests for r333538. NFC 2018-06-01 09:49:53 +00:00
CodeGen [COFF, ARM64] Enable SEH for ARM64 Windows 2018-07-31 17:42:05 +00:00
CodeGenCUDA [CUDA][HIP] Allow function-scope static const variable 2018-07-28 03:05:25 +00:00
CodeGenCXX Improve support of PDB as an external layout source 2018-07-31 08:27:06 +00:00
CodeGenCoroutines [Coroutines] Less IR for noexcept await_resume 2018-06-23 18:57:26 +00:00
CodeGenObjC [CodeGen][ObjC] Make block copy/dispose helper functions exception-safe. 2018-07-26 16:51:21 +00:00
CodeGenObjCXX Add missing temporary materialization conversion on left-hand side of . 2018-07-27 17:13:18 +00:00
CodeGenOpenCL [DebugInfo][OpenCL] Generate correct block literal debug info for OpenCL 2018-07-30 20:31:11 +00:00
Coverage Reapply "[Parse] Use CapturedStmt for @finally on MSVC" 2018-06-08 00:30:00 +00:00
CoverageMapping [OPENMP] Fix PR38256: Fix locations of the artificial conditional op. 2018-07-25 14:40:26 +00:00
Driver Fix riscv32-toolchain.c with CLANG_DEFAULT_CXX_STDLIB 2018-07-31 18:47:48 +00:00
FixIt [Sema] Add fixit for unused lambda captures 2018-07-16 07:23:47 +00:00
Format
Frontend [Fixed Point Arithmetic] Fix for bug where integer literals could be treated as fixed point literals 2018-07-17 14:58:49 +00:00
Headers [ms] Add __shiftleft128 / __shiftright128 intrinsics 2018-07-20 21:02:09 +00:00
Import [ASTImporter] Add support for import of CXXInheritedCtorInitExpr. 2018-07-25 10:21:06 +00:00
Index [CodeComplete] Fix the crash in code completion on access checking 2018-07-30 15:19:05 +00:00
Integration
Layout NFC - Fix typo in test/Layout/itanium-pack-and-align.cpp 2018-07-04 11:21:44 +00:00
Lexer [Driver] Add -fno-digraphs 2018-07-17 04:56:22 +00:00
Misc Implement cpu_dispatch/cpu_specific Multiversioning 2018-07-20 14:13:28 +00:00
Modules [ODRHash] Support hashing enums. 2018-07-25 22:52:05 +00:00
OpenMP [OPENMP] Change linkage of offloading symbols to support dropping 2018-07-31 18:27:42 +00:00
PCH [coroutines] Fix handling of dependent co_await in StmtProfiler. 2018-07-31 00:47:41 +00:00
Parser Parse a possible trailing postfix expression suffix after a fold expression 2018-07-27 21:55:12 +00:00
Preprocessor [Preprocessor] Stop entering included files after hitting a fatal error. 2018-07-25 19:16:26 +00:00
Profile [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests 2018-07-11 20:26:20 +00:00
Refactor
Rewriter Reapply "[Parse] Use CapturedStmt for @finally on MSVC" 2018-06-08 00:30:00 +00:00
Sema [MS] Add L__FUNCSIG__ for compatibility 2018-07-26 23:18:44 +00:00
SemaCUDA [CUDA][HIP] Allow function-scope static const variable 2018-07-28 03:05:25 +00:00
SemaCXX PR38355 Prevent infinite recursion when checking initializer lifetime if 2018-07-30 07:19:54 +00:00
SemaObjC [Sema][ObjC] Do not propagate the nullability specifier on the receiver 2018-07-26 17:51:13 +00:00
SemaObjCXX [Sema] Relax a failing assert in TemplateArgumentLoc 2018-07-31 00:18:30 +00:00
SemaOpenCL [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166) 2018-07-24 08:16:50 +00:00
SemaOpenCLCXX [OpenCL] Support new/delete in Sema 2018-06-14 09:51:54 +00:00
SemaTemplate PR38257: don't perform ADL when instantiating a unary & operator that turns out 2018-07-22 05:21:47 +00:00
TableGen [Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messages. 2018-05-19 03:12:04 +00:00
Templight
Tooling
Unit
VFS [Modules][ObjC] Warn on the use of '@import' in framework headers 2018-06-27 20:29:36 +00:00
clang-rename
.clang-format
CMakeLists.txt Support for multiarch runtimes layout 2018-06-28 03:11:52 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Reinstate quotes around the path to python that I accidentaly removed in r335330 2018-06-22 20:03:32 +00:00
lit.site.cfg.py.in Remove unused lit setting, see https://reviews.llvm.org/D46619 2018-05-09 12:38:51 +00:00
make_test_dirs.pl