Skip to content
Snippets Groups Projects
  1. 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
  2. May 21, 2019
  3. Mar 21, 2019
  4. Mar 06, 2019
  5. Feb 27, 2019
  6. Jan 06, 2019
  7. Dec 19, 2018
  8. Jan 02, 2018
  9. Aug 25, 2017
  10. May 22, 2017
  11. May 02, 2017
  12. Mar 03, 2017
  13. Jan 09, 2017
  14. Jun 10, 2016
  15. May 27, 2016
  16. May 17, 2016
  17. May 02, 2016
  18. Mar 08, 2016
  19. Jan 13, 2016
  20. Dec 14, 2015
  21. Oct 28, 2015
  22. Sep 04, 2015
  23. Jun 29, 2015
  24. Jun 09, 2015
  25. Jan 20, 2015
  26. Oct 20, 2014
  27. Oct 14, 2014
  28. Sep 08, 2014
  29. Sep 03, 2014
  30. Aug 11, 2014
  31. Feb 10, 2014
  32. Aug 15, 2013
  33. Jul 03, 2013
Loading