[PATCH] D55595: [clang-tidy] Share the forced linking code between clang-tidy tool and plugin
Douglas Yung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 13 18:21:42 PST 2018
dyung added inline comments.
================
Comment at: clang-tidy/ClangTidyForceLinker.h:11
+#include "llvm/Support/Compiler.h"
+
+namespace clang {
----------------
dyung wrote:
> Is there a reason that this header file does not use the standard header guards?
Sorry, this should not have been marked as done.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55595/new/
https://reviews.llvm.org/D55595
More information about the cfe-commits
mailing list