[clazy] [Bug 437092] clazy believes member function template is signal

2021-05-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=437092

Sergio Martins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/sdk/ |https://invent.kde.org/sdk/
   |clazy/commit/def0b3d9620876 |clazy/commit/39adc47e8dcb7d
   |d69456c907ee276e86c880147c  |8a86ff76a17c107c35874d4ec4

--- Comment #3 from Sergio Martins  ---
Git commit 39adc47e8dcb7d8a86ff76a17c107c35874d4ec4 by Sergio Martins.
Committed on 14/05/2021 at 22:38.
Pushed by smartins into branch 'master'.

Merge branch '1.9'

M  +1-2tests/incorrect-emit/config.json

https://invent.kde.org/sdk/clazy/commit/39adc47e8dcb7d8a86ff76a17c107c35874d4ec4

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 437092] clazy believes member function template is signal

2021-05-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=437092

Sergio Martins  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/sdk/
   ||clazy/commit/def0b3d9620876
   ||d69456c907ee276e86c880147c
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Sergio Martins  ---
Git commit def0b3d9620876d69456c907ee276e86c880147c by Sergio Martins.
Committed on 14/05/2021 at 22:37.
Pushed by smartins into branch '1.9'.

incorrect-emit: Don't classify template functions as signals

It was using the loc of the method definition, which is after
"signals". Instead of improving the loc calculation for the
template case, simply bail out early and save some CPU cycles.

signals can't be templated

M  +1-1src/AccessSpecifierManager.cpp

https://invent.kde.org/sdk/clazy/commit/def0b3d9620876d69456c907ee276e86c880147c

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 437092] clazy believes member function template is signal

2021-05-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=437092

--- Comment #1 from Sergio Martins  ---
Git commit 38e2a693b4e175713e15ff1715a597860a0c2bc3 by Sergio Martins.
Committed on 14/05/2021 at 22:20.
Pushed by smartins into branch 'master'.

incorrect-emit: Add unit-test for a bug

A  +20   -0tests/incorrect-emit/bug437092.cpp  *
A  +0-0tests/incorrect-emit/bug437092.cpp.expected
M  +4-0tests/incorrect-emit/config.json

The files marked with a * at the end have a non valid license. Please read:
https://community.kde.org/Policies/Licensing_Policy and use the headers which
are listed at that page.


https://invent.kde.org/sdk/clazy/commit/38e2a693b4e175713e15ff1715a597860a0c2bc3

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 437092] clazy believes member function template is signal

2021-05-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=437092

Sergio Martins  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |smart...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 437092] clazy believes member function template is signal

2021-05-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=437092

Sergio Martins  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.