[PATCH] D19244: Extend checking of va_start builtin
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 08:40:24 PDT 2016
aaron.ballman updated this revision to Diff 54201.
aaron.ballman added a comment.
Addressed review comments:
- Allow the register keyword for C++ code
- Reword the diagnostic to be a bit more clear
- Moved the varargs.cpp test case from Sema to SemaCXX
http://reviews.llvm.org/D19244
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaChecking.cpp
test/Sema/varargs-x86-64.c
test/Sema/varargs.c
test/Sema/varargs.cpp
test/SemaCXX/varargs.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19244.54201.patch
Type: text/x-patch
Size: 5712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160419/ef2242bd/attachment.bin>
More information about the cfe-commits
mailing list