[PATCH] Fixed Noop insertion
Stephen Crane
sjcrane at uci.edu
Wed Jan 14 16:46:45 PST 2015
================
Comment at: lib/Support/RandomNumberGenerator.cpp:57
@@ +56,3 @@
+RandomNumberGenerator::result_type RandomNumberGenerator::
+operator()(result_type Max) {
+ // To produce unbiased results, the maximum random value must be a
----------------
This seems like a strange way to break this line, but it's what clang-format seems to think is right...
http://reviews.llvm.org/D6983
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list