Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

error with python binding: ValueError: Unknown template argument kind 602 #30371

Open Quuxplusone opened 7 years ago

Quuxplusone commented 7 years ago
Bugzilla Link PR31398
Status NEW
Importance P normal
Reported by Pavel Odintsov (pavel.odintsov@gmail.com)
Reported on 2016-12-15 15:58:25 -0800
Last modified on 2017-05-29 13:13:33 -0700
Version 3.9
Hardware PC All
CC klimek@google.com, llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also

Hello!

I'm trying to parse my C++ 11 / 14 enabled code with libclang bindings for Python but I could not.

The reason is following error: "ValueError: Unknown template argument kind 602".

My current clang version is 3.9.

If you need additional details I'll be glad to provide it

Quuxplusone commented 7 years ago

Hello!

Sorry for bothering but it's real issue for me :(

Could you look on it?

Quuxplusone commented 7 years ago

Any updates? Thank you!