bdphan / cppcheclipse

Automatically exported from code.google.com/p/cppcheclipse
0 stars 0 forks source link

SimplifyTemplates: bailing out - C++ class template constructor #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.run cppcheck on a C++ class with a template constructor like

1 | // File A.h
2 | class A
3 | {
4 | public:
5 |   template<typename T>
6 |   A(T arg) {}
7 | };

It fails with the following message:
src/A.h;5;debug;debug;simplifyTemplates: bailing out

Versions
cppcheclipse: 0.9.6
cppcheck:     1.45
Eclipse:      Helios Service Release 1 (Build id: 20100917-0705)
Java:         1.5.0_06-b05
Linux:        2.6.20-1.2316.fc5smp #1 SMP Fri Apr 27 20:34:56 EDT 2007 i686 
i686 i386 GNU/Linux (Fedora)  

Original issue reported on code.google.com by Francois...@gmail.com on 23 Nov 2010 at 2:46

GoogleCodeExporter commented 8 years ago
Since cppcheclipse is only a wrapper around cppcheck please open the bug report 
directly at cppcheck (http://sourceforge.net/apps/trac/cppcheck). I can't fix 
this within cppcheclipse.

Original comment by konra...@gmx.de on 23 Nov 2010 at 6:17

GoogleCodeExporter commented 8 years ago
Issue 22 has been merged into this issue.

Original comment by konra...@gmx.de on 23 Nov 2010 at 6:17

GoogleCodeExporter commented 8 years ago
Issue 23 has been merged into this issue.

Original comment by konra...@gmx.de on 23 Nov 2010 at 6:17

GoogleCodeExporter commented 8 years ago
Issue 24 has been merged into this issue.

Original comment by konra...@gmx.de on 23 Nov 2010 at 6:17