ceresgalax

Results 5 issues of ceresgalax

Obviously, many Decl cursors will not describe a template. Make this property null to reflect that and avoid an exception by TranslationUnit.GetOrCreate(). Additionally, DescribedTemplate will be null for partial template...

* This calls getAssociatedDecl() on the underlying clang c++ type object. Note: I added a function to clangsharp.cpp and .h, but the clangsharp.cs file was updated manually. I was having...

* getDefaultArgType() must not be called if hasDefaultArgType() returns false. * Since the type may not have a default arg type, make the property nullable.

Notes: * Refactors ABuffer into an interface instead of an abstract class, which makes it easier to use the same buffer instance for both the decoder and the stream.