[PATCH] D26380: [asan] Speed up compilation of large C++ stringmaps (tons of allocas) with ASan

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 08:31:36 PST 2016


aprantl added inline comments.


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:772
+        // alloca, we don't want to move those around.
+        if (AllocaVec.empty()) return;
+
----------------
Nit: clang-format would put the return on the next line.


Repository:
  rL LLVM

https://reviews.llvm.org/D26380





More information about the llvm-commits mailing list