[PATCH] D24568: [compiler-rt] Changing function prototype returning unused value

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 10:48:02 PDT 2016


etienneb added inline comments.

================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:1888
@@ -1887,1 +1887,3 @@
 
+  bool function_modified = false;
+
----------------
rnk wrote:
> We're back in LLVM, we should follow LLVM conventiosn, not Google style. =P
I'm having too many personalities now!


https://reviews.llvm.org/D24568





More information about the llvm-commits mailing list