[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
Wed Jun 22 12:00:51 PDT 2016
Eugene.Zelenko added a comment.
Forgot to mention: you need to run Clang-tidy on single source file if you you want to fix warnings in headers (-header-filter=".*"). Otherwise multiple fixes may be applied to same file, especially if you use run-clang-tidy.py -j <number processes>.
Repository:
rL LLVM
http://reviews.llvm.org/D21488
More information about the llvm-commits
mailing list