[PATCH] D29267: [clang-tidy] safety-no-assembler

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 13:15:04 PST 2017


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/safety/NoAssemblerCheck.cpp:13
+#include "clang/ASTMatchers/ASTMatchFinder.h"
+#include "clang/Lex/Lexer.h"
+
----------------
aaron.ballman wrote:
> Is this include needed?
Will be good idea to run Include What You Use.


https://reviews.llvm.org/D29267





More information about the cfe-commits mailing list