jordan_rose added a comment.
One more fix-up in https://reviews.llvm.org/rL286542. Hopefully the last one.
Repository:
rL LLVM
https://reviews.llvm.org/D26227
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/m
jordan_rose closed this revision.
jordan_rose added a comment.
Committed in https://reviews.llvm.org/rL286522, with a fix-up to make the check
for va_lists more conservative in https://reviews.llvm.org/rL286531.
Repository:
rL LLVM
https://reviews.llvm.org/D26227
_
doug.gregor accepted this revision.
doug.gregor added a comment.
This revision is now accepted and ready to land.
I don't see a better way to do this. Nice meta programming hack.
Repository:
rL LLVM
https://reviews.llvm.org/D26227
___
cfe-commits
jordan_rose added a dependency: D26108: Add
-Wnullability-completeness-on-arrays..
jordan_rose added a comment.
Depends on https://reviews.llvm.org/D26108 too (for the tests to apply cleanly).
Repository:
rL LLVM
https://reviews.llvm.org/D26227
jordan_rose created this revision.
jordan_rose added reviewers: doug.gregor, rsmith.
jordan_rose added a subscriber: cfe-commits.
jordan_rose set the repository for this revision to rL LLVM.
jordan_rose added dependencies: D26226: Don't require nullability on template
parameters in typedefs., D258