[PATCH] D24487: [Clang] Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings in AST; other minor fixes
Piotr Padlewski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 15 09:01:55 PST 2016
Prazek added inline comments.
================
Comment at: lib/ASTMatchers/Dynamic/Parser.cpp:617
-} // namespace dynamic
-} // namespace ast_matchers
-} // namespace clang
+} // end namespace dynamic
+} // end namespace ast_matchers
----------------
I think check should not warn in these cases.
Repository:
rL LLVM
https://reviews.llvm.org/D24487
More information about the cfe-commits
mailing list