1. b91bee0 Add %check_clang_tidy and %clang_tidy_diff. by Manuel Klimek · 10 years ago
  2. 43556bb [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests. by Alexander Kornienko · 10 years ago
  3. 7ed89bc [clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructor by Alexander Kornienko · 10 years ago[Renamed (90%) from clang-tools-extra/test/clang-tidy/misc-noexcept-move-ctors.cpp]
  4. bf5bd94 [clang-tidy] misc-noexcept-move-ctors should ignore implicit constructors and assignments. by Alexander Kornienko · 10 years ago
  5. 3396a8b Add a clang-tidy check for move constructors/assignment ops without noexcept. by Alexander Kornienko · 10 years ago