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

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Tue May 31 13:23:41 PDT 2016


Eugene.Zelenko added a comment.

Point of Include What You Use suggestions to rely on explicit dependencies, not implicit ones.


================
Comment at: clang-tidy/utils/OptionsUtils.cpp:1
@@ -1,2 +1,2 @@
 //===--- DanglingHandleCheck.cpp - clang-tidy------------------------------===//
 //
----------------
etienneb wrote:
> Could you fix this 'DanglingHandleCheck.cpp' -> 'OptionsUtils.cpp'
> 
Will fix on commit.


Repository:
  rL LLVM

http://reviews.llvm.org/D20714





More information about the cfe-commits mailing list