[PATCH] D25850: Accept nullability annotations (_Nullable) on array parameters
Jordan Rose via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 25 17:07:16 PDT 2016
jordan_rose retitled this revision from "[WIP] Accept nullability annotations (_Nullable) on array parameters" to "Accept nullability annotations (_Nullable) on array parameters".
jordan_rose updated the summary for this revision.
jordan_rose updated this revision to Diff 75820.
jordan_rose added a comment.
Updated based on feedback from Richard, fixed typedef support, added tests.
Are there additional tests I should add?
Repository:
rL LLVM
https://reviews.llvm.org/D25850
Files:
include/clang/AST/Type.h
include/clang/Sema/Sema.h
lib/AST/ASTContext.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Parse/ParseDecl.cpp
lib/Sema/SemaAPINotes.cpp
lib/Sema/SemaType.cpp
test/Parser/nullability.c
test/Sema/nullability.c
test/SemaCXX/nullability.cpp
test/SemaObjC/nullability.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25850.75820.patch
Type: text/x-patch
Size: 20245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161026/9036d96f/attachment-0001.bin>
More information about the cfe-commits
mailing list