search for: cxindex

Displaying 5 results from an estimated 5 matches for "cxindex".

Did you mean: cindex
2016 Oct 21
4
llvm build failed on Fedora 24
.../clang/tools/libclang/CIndex.cpp 00:04:30 In file included from /home/aghadge/build/llvm/llvm_build.4.0/llvm/tools/clang/tools/libclang/CIndex.cpp:17:0: 00:04:30 /home/aghadge/build/llvm/llvm_build.4.0/llvm/tools/clang/tools/libclang/CIndex.cpp: In function ‘CXErrorCode clang_createTranslationUnit2(CXIndex, const char*, CXTranslationUnitImpl**)’: 00:04:30 /home/aghadge/build/llvm/llvm_build.4.0/llvm/tools/clang/tools/libclang/CLog.h:101:38: error: ‘LLVM_FUNCTION_NAME’ was not declared in this scope 00:04:30 #define LOG_FUNC_SECTION LOG_SECTION(LLVM_FUNCTION_NAME) 00:04:30...
2011 Oct 24
1
[LLVMdev] build warnings
...IndexTypeSourceInfo.cpp for Release+Asserts build (PIC) llvm[4]: Compiling Indexing.cpp for Release+Asserts build (PIC) llvm[4]: Compiling IndexingContext.cpp for Release+Asserts build (PIC) /home/ecsardu/LLVM/llvm/tools/clang/tools/libclang/IndexingContext.cpp: In member function 'void clang::cxindex::IndexingContext::handleReference(const clang::NamedDecl*, clang::SourceLocation, const clang::NamedDecl*, const clang::DeclContext*, const clang::Expr*, CXIdxEntityRefKind)': /home/ecsardu/LLVM/llvm/tools/clang/tools/libclang/IndexingContext.cpp:401:68: warning: cast from type 'const clang...
2011 Oct 23
0
[LLVMdev] build warnings
Hi, I haven't seen those errors. Clang and LLVM both build with no warnings on the 3 versions of GCC I test with. MSVC reports loads of warnings however. Cheers, James ________________________________________ From: Csaba Raduly [rcsaba at gmail.com] Sent: 23 October 2011 18:44 To: James Molloy Cc: Paul Berube; llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] build warnings On Sat, Oct 22,
2012 Aug 16
2
[LLVMdev] libclang parsing bug
...lla but I got the impression that no one reads that :)). If I try to use clang_parseTranslationUnit on this code below: int main() { return reinterpret_cast libclang crashes. This is the code I used to parse the code above: #include <clang-c/Index.h> int main(int argc, char** argv) { CXIndex index = clang_createIndex(0, 0); CXTranslationUnit translationUnit = clang_parseTranslationUnit(index, 0, argv, argc, 0, 0, CXTranslationUnit_None); clang_disposeTranslationUnit(translationUnit); clang_disposeIndex(index); return 0; } Am I doing anything wrong? Here's the out...
2011 Oct 23
5
[LLVMdev] build warnings
On Sat, Oct 22, 2011 at 12:24 AM, James Molloy wrote: > Hi Paul, > > That should be easy enough, because the LLVM build has no warnings in it! > > Some of us build with -Werror, and even with those of us that don't warnings are not tolerated. You're already seeing all the warnings that are coming out of the build :) So, all the "variable might be used