Skip to content
Snippets Groups Projects
  1. Sep 09, 2019
  2. Jul 16, 2019
    • Dmitri Naumov's avatar
      clang-tidy readability fixes. · fe703cc7
      Dmitri Naumov authored
      Including
       - usage of static_cast instead of c-style cast,
       - single variable declaration per line,
       - removing const from return types
       - omit unnecessary string to char* conversions,
      
      The used clang-tidy checks are:
      google-readability-casting,
      readability-const-return-type,
      readability-container-size-empty,
      readability-delete-null-pointer,
      readability-deleted-default,
      readability-else-after-return,
      readability-function-size,
      readability-identifier-naming,
      readability-inconsistent-declaration-parameter-name,
      readability-isolate-declaration,
      readability-misleading-indentation,
      readability-misplaced-array-index,
      readability-named-parameter,
      readability-redundant-*,
      readability-simplify-*,
      readability-static-accessed-through-instance,
      readability-static-definition-in-anonymous-namespace,
      readability-string-compare,
      readability-uniqueptr-delete-release
      fe703cc7
  3. Jun 28, 2019
  4. Jun 25, 2019
  5. Jun 06, 2019
  6. May 17, 2019
  7. Apr 23, 2019
  8. Mar 11, 2019
  9. Feb 27, 2019
  10. Jan 22, 2019
  11. Jan 06, 2019
  12. Dec 19, 2018
  13. Nov 20, 2018
  14. Jan 17, 2018
  15. Jan 02, 2018
  16. Dec 11, 2017
  17. Dec 04, 2017
  18. Nov 20, 2017
  19. Jun 27, 2017
  20. Jun 20, 2017
  21. May 22, 2017
  22. Apr 27, 2017
  23. Feb 24, 2017
  24. Feb 01, 2017
Loading