MantisBT - GCC-XML
View Issue Details
0012546GCC-XMLpublic2011-10-28 23:022015-03-26 11:59
Kibeom Kim 
Brad King 
normalminoralways
resolvedsuspended 
0012546: supporting c++0x.
It would be really nice if gccxml supports the following gcc options for parsing.

-std=c++0x
-std=gnu++0x
No tags attached.
Issue History
2011-10-28 23:02Kibeom KimNew Issue
2011-10-31 08:32Brad KingNote Added: 0027676
2011-10-31 08:32Brad KingAssigned To => Brad King
2011-10-31 08:32Brad KingStatusnew => backlog
2015-03-26 11:59Brad KingNote Added: 0038319
2015-03-26 11:59Brad KingStatusbacklog => resolved
2015-03-26 11:59Brad KingResolutionopen => suspended

Notes
(0027676)
Brad King   
2011-10-31 08:32   
GCC-XML's design goals include only C++98 support. Adding C++0x support will require an update of the internal GCC version used. That is a huge effort for which we have no time now.

If you want to parse C++0x I suggest looking at Clang ( http://clang.llvm.org/ [^] ).
(0038319)
Brad King   
2015-03-26 11:59   
As announced here:

 [ANNOUNCE] GCC-XML maintenance moving to Github
 http://thread.gmane.org/gmane.comp.compilers.gccxml/731 [^]
 http://public.kitware.com/pipermail/gccxml/2015-March/003206.html [^]

gccxml will no longer be developed by its original author, who will instead focus on CastXML:

 https://github.com/CastXML/CastXML#readme [^]

The original GCC-XML issue tracker is now closed. In order to facilitate ongoing maintenance by community participants, issues will now be tracked on the Github repository page:

 https://github.com/gccxml/gccxml/issues [^]