susantohendra / cppclean

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

Got non-typedef token #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

cat headers | xargs ./cppclean/headers/run.sh nonvirtual_dtors.py
....
Processing zeroc/ice/cpp/include/IceUtil/Unicode.h
Got non-typedef token in zeroc/ice/cpp/include/IceUtil/Unicode.h @ 
Token('UTFConversionException', 1060, 1082) [Token(':', 1083, 1084), 
Token('public', 1085, 1091), Token('Exception', 1092, 1101), Token('{', 1102, 
1103), Token('public', 1104, 1110), Token(':', 1110, 1111), 
Token('UTFConversionException', 1121, 1143), Token('(', 1143, 1144), 
Token('const', 1144, 1149), Token('char', 1150, 1154), Token('*', 1154, 1155), 
Token(',', 1155, 1156), Token('int', 1157, 1160), Token(',', 1160, 1161), 
Token('ConversionError', 1162, 1177), Token(')', 1177, 1178), Token(';', 1178, 
1179), Token('virtual', 1184, 1191), Token('std', 1192, 1195), Token('::', 
1195, 1197)]
What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
r282

Please provide any additional information below.

I get lot of similar errors when try to use this tool to analyze ZeroC Ice code 
(http://www.zeroc.com/download/Ice/3.4/Ice-3.4.1.tar.gz)

Original issue reported on code.google.com by pepone.o...@gmail.com on 12 Feb 2011 at 12:22

Attachments: