[PATCH] D32550: Supress all uses of LLVM_END_WITH_NULL

2017-05-09 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL302572: Suppress all uses of LLVM_END_WITH_NULL. NFC. (authored by serge_sans_paille). Changed prior to commit: https://reviews.llvm.org/D32550?vs=96798&id=98339#toc Repository: rL LLVM https://revi

[PATCH] D32550: Supress all uses of LLVM_END_WITH_NULL

2017-04-28 Thread serge via Phabricator via cfe-commits
serge-sans-paille added a subscriber: mehdi_amini. serge-sans-paille added a comment. @mehdi_amini are you okay with my previous explanation? https://reviews.llvm.org/D32550 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.

[PATCH] D32550: Supress all uses of LLVM_END_WITH_NULL

2017-04-26 Thread serge via Phabricator via cfe-commits
serge-sans-paille created this revision. Variadic templates are type safer, easier to use and don't require the extra sentinel. https://reviews.llvm.org/D32550 Files: lib/CodeGen/CGBlocks.cpp lib/CodeGen/CGBuiltin.cpp lib/CodeGen/CGCUDANV.cpp lib/CodeGen/CGCleanup.cpp lib/CodeGen/CGE