https://llvm.org/bugs/show_bug.cgi?id=28768
Bug ID: 28768 Summary: No way to obtain the opcode of a BinaryExpr from the C API Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: libclang Assignee: unassignedclangb...@nondot.org Reporter: eternal...@gmail.com CC: kli...@google.com, llvm-bugs@lists.llvm.org Classification: Unclassified This results in anyone unable to use the C++ API (specifically, bindings) being unable to use libclang for actually parsing C, driving them to use other tools (such as the Haskell Language.C library). Relevant: Corrode didn't use libclang due to it missing this (among other things): https://github.com/jameysharp/corrode/issues/50#issuecomment-236098060 The libclang Rust bindings would support it if available: https://github.com/KyleMayes/clang-rs/issues/5 -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs