[all-commits] [llvm/llvm-project] fe17b3: [attributes][analyzer] Add annotations for handles.
Gábor Horváth via All-commits
all-commits at lists.llvm.org
Fri Dec 20 11:48:34 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe17b30a79572f0d50fe78f6a07d5194cbf90860
https://github.com/llvm/llvm-project/commit/fe17b30a79572f0d50fe78f6a07d5194cbf90860
Author: Gabor Horvath <xazax at google.com>
Date: 2019-12-20 (Fri, 20 Dec 2019)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/AST/TypePrinter.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaType.cpp
M clang/test/Misc/pragma-attribute-supported-attributes-list.test
A clang/test/Sema/attr-handles.cpp
Log Message:
-----------
[attributes][analyzer] Add annotations for handles.
These annotations will be used in an upcomming static analyzer check
that finds handle leaks, use after releases, and double releases.
Differential Revision: https://reviews.llvm.org/D70469
More information about the All-commits
mailing list