search for: indexdecl

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

2011 Oct 24
1
[LLVMdev] build warnings
...39; casts away qualifiers llvm[4]: Compiling CXCursor.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CXString.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CXType.cpp for Release+Asserts build (PIC) llvm[4]: Compiling IndexBody.cpp for Release+Asserts build (PIC) llvm[4]: Compiling IndexDecl.cpp for Release+Asserts build (PIC) llvm[4]: Compiling 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/In...
2015 Jul 08
2
[LLVMdev] Building clang + libc++ + libc++abi
[Sorry about the crosspost. Since this is a clang build question but the build is invoked from the top-level LLVM directory I'm not sure where the question should go.] I've got a clang build against libstdc++ on Linux but I would really like one built against libc++/libc++abi. In other words I'd like to rebuild clang/llvm with clang using libc++ and libc++abi on Linux. I looked at
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,
2015 Jul 08
2
[LLVMdev] [cfe-dev] Building clang + libc++ + libc++abi
.../libclang.dir/CXLoadedDiagnostic.cpp.o > CMakeFiles/libclang.dir/CXSourceLocation.cpp.o > CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o > CMakeFiles/libclang.dir/CXString.cpp.o CMakeFiles/libclang.dir/CXType.cpp.o > CMakeFiles/libclang.dir/IndexBody.cpp.o > CMakeFiles/libclang.dir/IndexDecl.cpp.o > CMakeFiles/libclang.dir/IndexTypeSourceInfo.cpp.o > CMakeFiles/libclang.dir/Indexing.cpp.o > CMakeFiles/libclang.dir/IndexingContext.cpp.o ../../../../lib/libclangAST.a > ../../../../lib/libclangBasic.a ../../../../lib/libclangFrontend.a > ../../../../lib/libclangIndex.a ../....
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