yoshinoToylogic / bulletsharp

Automatically exported from code.google.com/p/bulletsharp
MIT License
0 stars 0 forks source link

libclang can't detect base class #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
BulletSharpGen needs to know that the base class of btAxisSweep3 is 
btAxisSweep3Internal. Libclang doesn't tell us this, possibly because 
btAxisSweep3Internal is a template class and there's a known bug with the AST 
visitor.
http://lists.cs.uiuc.edu/pipermail/llvmbugs/2012-April/023078.html

Would be nice to find a workaround.

Original issue reported on code.google.com by andres.traks on 2 Feb 2014 at 12:47

GoogleCodeExporter commented 8 years ago

Original comment by andres.traks on 11 Jan 2015 at 3:01