python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Confusion about clang.cindex Token int_data
I hope this is not seen as an ignorant question, but I am a compiler noob. I could not find any answer to this question by myself, but that might be because I lack the proper search terms.
I am trying...
meetaig
Votes: 0
Answers: 1
How to include libclang as a dependency using meson?
I am trying to use libclang for some source parsing on linux. I have libclang-dev installed and it appears under the list of packages for apt on my system.
However when i try to add it as a dependency...
Makogan
Votes: 0
Answers: 1
`clang::PluginASTAction` with `clang::tooling::runToolOnCode` produce string output (for tests)?
With clang::tooling::runToolOnCode I can provide std::string input but I only get a bool output.
static const char
*const from = "#include <string.h>\n"
"int mai...
Samuel Marks
Votes: 0
Answers: 1
OSError: libclangFrontend.so.5: cannot open shared object file: No such file or directory
I am running bcc-tools on cent os 7.
I have taken all the steps available on google:
set LD_LIBRARY_PATH
the one available here: https://blogs.oracle.com/linux/post/intro-to-bcc-2
llvmtoolset is alre...
user248396
Votes: 0
Answers: 1