[PATCH] D33514: [WIP] Bug 32352 - Provide a way for OptimizationRemarkEmitter::allowExtraAnalysis to check if (specific) remarks are enabled

NAKAMURA Takumi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 16 05:15:28 PDT 2017


chapuni added a comment.

Fixed in https://reviews.llvm.org/rL313456.



================
Comment at: include/llvm/IR/DiagnosticHandler.h:12
+//===----------------------------------------------------------------------===//
+
+#include "llvm/ADT/StringRef.h"
----------------
Did you forget include guard here?


https://reviews.llvm.org/D33514





More information about the cfe-commits mailing list