[PATCH] D19946: [LLVM] Fix some Clang-tidy readability-simplify-boolean-expr and Include What You Use warnings

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 08:57:40 PDT 2016


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

lgtm with one comment


================
Comment at: include/llvm/ExecutionEngine/Orc/RPCChannel.h:12
@@ -2,1 +11,3 @@
+//
+//===----------------------------------------------------------------------===//
 
----------------
Maybe drop the empty description part (lines 9--12) since it's empty?


Repository:
  rL LLVM

http://reviews.llvm.org/D19946





More information about the llvm-commits mailing list