Automate attribute argument count semantic checking when there are variadic or...
Automate attribute argument count semantic checking when there are variadic or optional arguments present. With this, the only time you should have to manually check attribute argument counts is when HasCustomParsing is set to true, or when you have variadic arguments that aren't really variadic (like ownership_holds and friends). Updating the diagnostics in the launch_bounds test since they have been improved in that case. Adding a test for nonnull since it has little test coverage, but has truly variadic arguments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214407 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Sema/AttributeList.h 1 addition, 0 deletionsinclude/clang/Sema/AttributeList.h
- lib/Sema/AttributeList.cpp 8 additions, 0 deletionslib/Sema/AttributeList.cpp
- lib/Sema/SemaDeclAttr.cpp 43 additions, 67 deletionslib/Sema/SemaDeclAttr.cpp
- test/Sema/attr-nonnull.c 7 additions, 0 deletionstest/Sema/attr-nonnull.c
- test/SemaCUDA/launch_bounds.cu 1 addition, 4 deletionstest/SemaCUDA/launch_bounds.cu
- utils/TableGen/ClangAttrEmitter.cpp 13 additions, 1 deletionutils/TableGen/ClangAttrEmitter.cpp
Loading
Please register or sign in to comment