[PATCH] D21488: [polly] Fix some Clang-tidy and Include What You Use warnings; other minor fixes

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 18:19:15 PDT 2016


Eugene.Zelenko added a comment.

I don't think this patch is too complicated to deserve to be split :-) But may be next explanations will be helpful.

Majority of fixes are Clang-tidy modernize-use-nullptr <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.html> and modernize-use-override <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-override.html> and Include What You Use <https://github.com/include-what-you-use/include-what-you-use> (most of #include changes).

I occasionally fixed -Wextra-semi and some formatting, including Clang-tidy llvm-namespace-comment <http://clang.llvm.org/extra/clang-tidy/checks/llvm-namespace-comment.html>.


Repository:
  rL LLVM

http://reviews.llvm.org/D21488





More information about the llvm-commits mailing list