[mythtv-commits] [MythTV/mythtv] 129884: Fix misleading indentation warning message in upnp...

linuxdude42 noreply at github.com
Sun Feb 2 01:54:20 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 1298843479bbbc478f2fa41928bb4c527080f2ca
      https://github.com/MythTV/mythtv/commit/1298843479bbbc478f2fa41928bb4c527080f2ca
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-02-01 (Sat, 01 Feb 2020)

  Changed paths:
    M mythtv/libs/libmythupnp/upnphelpers.cpp

  Log Message:
  -----------
  Fix misleading indentation warning message in upnphelpers.cpp.


  Commit: 12f6b290d620ecd6fbfe6756ad0eecfbccf49fb1
      https://github.com/MythTV/mythtv/commit/12f6b290d620ecd6fbfe6756ad0eecfbccf49fb1
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-02-01 (Sat, 01 Feb 2020)

  Changed paths:
    M mythtv/programs/mythfrontend/globalsettings.cpp

  Log Message:
  -----------
  Mark a couple more "auto" variable as "auto *".

Fix a couple more instances of variables declared as "auto foo" that
should be declared as "auto *foo" to make is obvious that the variable
is a pointer.

https://clang.llvm.org/extra/clang-tidy/checks/readability-qualified-auto.html


Compare: https://github.com/MythTV/mythtv/compare/e14b35796e35...12f6b290d620


More information about the mythtv-commits mailing list