[PATCH] D23404: Remove suggestion to use "#if 0" ... "#endif" for large blocks of comments
Chris Lattner via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 09:36:04 PDT 2016
lattner added a comment.
I'm +1 for this change. While this is a good suggestion for local development of code when you're working on it, we don't want large blocks of code to be checked into the source tree. This document doesn't need legislate how you do your local development :-)
https://reviews.llvm.org/D23404
More information about the llvm-commits
mailing list