llvm-project/clang/include
Akira Hatanaka c81708e6ec [Sema][ObjC] Warn about implicitly autoreleasing out-parameters captured
by blocks.

Add a new warning "-Wblock-capture-autoreleasing". The warning warns
about implicitly autoreleasing out-parameters captured by blocks which
can introduce use-after-free bugs that are hard to debug.

rdar://problem/15377548

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

llvm-svn: 285031
2016-10-24 21:45:54 +00:00
..
clang [Sema][ObjC] Warn about implicitly autoreleasing out-parameters captured 2016-10-24 21:45:54 +00:00
clang-c [libclang] Add clang_getAllSkippedRanges function 2016-08-18 15:43:55 +00:00
CMakeLists.txt