Skip to content

Commit ac6f1e8

Browse files
author
roman_yakovenko
committed
few bug fixes, after upgrading to latest gccxml version
1 parent 9a0b3a6 commit ac6f1e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pygccxml/declarations/compilers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
GCC_XML_07 = "GCC-XML 0.7"
1212
GCC_XML_09 = "GCC-XML 0.9"
1313
GCC_XML_09_BUGGY = "GCC-XML 0.9 BUGGY"
14+
#revision 122:
15+
#After this fix, all constructors and destructors that exist for a class
16+
#are dumped whether the user declared them or not. Those that were
17+
#implicitly declared by the compiler are marked as "artificial".
1418

1519
MSVC_PDB_9 = "MSVC PDB 9.0"
1620

0 commit comments

Comments
 (0)