[PATCH] D33304: [WIP][clang-tidy] Add a new module Android and a new check for file descriptors.
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 18 11:55:26 PDT 2017
Eugene.Zelenko added inline comments.
================
Comment at: clang-tidy/android/AndroidTidyModule.cpp:15
+#include "../ClangTidyModuleRegistry.h"
+#include "../readability/BracesAroundStatementsCheck.h"
+#include "../readability/FunctionSizeCheck.h"
----------------
Are readability headers are really necessary?
Repository:
rL LLVM
https://reviews.llvm.org/D33304
More information about the cfe-commits
mailing list