[PATCH] Annotate BumpPtrAllocator for MemorySanitizer

NAKAMURA Takumi geek4civic at gmail.com
Thu Jan 31 02:22:40 PST 2013



================
Comment at: include/llvm/Support/Compiler.h:18
@@ -17,1 +17,3 @@
 
+#include "llvm/Config/config.h"
+
----------------
Don't include config.h in public interfaces.
Enhance llvm-config.h instead.


http://llvm-reviews.chandlerc.com/D336



More information about the llvm-commits mailing list