samasri / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
0 stars 2 forks source link

Some classes show that they have parent classes, but the parent classes would have a null pointer #15

Closed samasri closed 6 years ago

samasri commented 6 years ago

I used QualType::getAsString() to get the name. The issue was that apparently template classes are not considered CXXRecordDecl, so I had to find the name using a more general method (not one specific for CXXRecordDecl)