[PATCH] D18961: Add a readability-deleted-default clang-tidy check.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 13 04:01:54 PDT 2016


alexfh added a comment.

Something is weird with your patch: it has names starting with a space (note two spaces between "Index:" and "clang-tidy/..."):

  Index:  clang-tidy/readability/CMakeLists.txt
  ===================================================================
  ---  clang-tidy/readability/CMakeLists.txt
  +++  clang-tidy/readability/CMakeLists.txt
  @@ -4,6 +4,7 @@
     AvoidConstParamsInDecls.cpp
     BracesAroundStatementsCheck.cpp
     ContainerSizeEmptyCheck.cpp
  +  DeletedDefaultCheck.cpp
     ElseAfterReturnCheck.cpp
     FunctionSizeCheck.cpp
     IdentifierNamingCheck.cpp
  Index:  clang-tidy/readability/DeletedDefaultCheck.h
  ===================================================================

For comparison, a normal diff:
http://reviews.llvm.org/file/data/ldmp5jqxuvect5cwpyer/PHID-FILE-3rnivuajuco4mxhb6nzh/D18962.diff

  Index: llvm/trunk/lib/Target/SystemZ/README.txt
  ===================================================================
  --- llvm/trunk/lib/Target/SystemZ/README.txt
  +++ llvm/trunk/lib/Target/SystemZ/README.txt
  @@ -43,11 +43,6 @@
   


http://reviews.llvm.org/D18961





More information about the cfe-commits mailing list