clang/test
Devin Coughlin a2892f0167 [analyzer] Suppress stack address escape on CK_CopyAndAutoreleaseBlockObject.
Don't warn about addresses of stack-allocated blocks escaping if the block
region was cast with CK_CopyAndAutoreleaseBlockObject. These casts, which
are introduced in the implicit conversion operator for lambda-to-block
conversions, cause the block to be copied to the heap -- so the warning is
spurious.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254639 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-03 19:41:24 +00:00
..
ARCMT
ASTMerge
Analysis [analyzer] Suppress stack address escape on CK_CopyAndAutoreleaseBlockObject. 2015-12-03 19:41:24 +00:00
CXX PR17381: Treat undefined behavior during expression evaluation as an unmodeled 2015-12-03 01:36:22 +00:00
CodeCompletion
CodeGen Add tests for pass_object_size. 2015-12-03 19:19:09 +00:00
CodeGenCUDA
CodeGenCXX Add tests for pass_object_size. 2015-12-03 19:19:09 +00:00
CodeGenObjC Fix Objective-C metadata for properties from class extensions after r251874 2015-12-03 17:44:51 +00:00
CodeGenObjCXX
CodeGenOpenCL
Coverage
CoverageMapping
Driver Fix the clang driver when "-nostdlib" is present 2015-12-02 19:12:41 +00:00
FixIt
Format
Frontend
Headers
Index
Integration
Layout
Lexer
Misc
Modules
OpenMP [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. 2015-12-03 09:40:15 +00:00
PCH PR17381: Treat undefined behavior during expression evaluation as an unmodeled 2015-12-03 01:36:22 +00:00
Parser
Preprocessor
Profile
Rewriter
Sema Add tests for pass_object_size. 2015-12-03 19:19:09 +00:00
SemaCUDA
SemaCXX Add tests for pass_object_size. 2015-12-03 19:19:09 +00:00
SemaObjC
SemaObjCXX
SemaOpenCL
SemaTemplate
TableGen
Tooling
Unit
VFS
.clang-format
CMakeLists.txt Make check-clang depend on LTO. 2015-12-03 15:40:23 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg
lit.site.cfg.in
make_test_dirs.pl