search for: getdeclcursorusr

Displaying 3 results from an estimated 3 matches for "getdeclcursorusr".

2011 Oct 24
1
[LLVMdev] build warnings
...piling CIndexInclusionStack.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CIndexUSRs.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CIndexer.cpp for Release+Asserts build (PIC) /home/ecsardu/LLVM/llvm/tools/clang/tools/libclang/CIndexUSRs.cpp: In function 'bool clang::cxcursor::getDeclCursorUSR(const clang::Decl*, llvm::SmallVectorImpl<char>&)': /home/ecsardu/LLVM/llvm/tools/clang/tools/libclang/CIndexUSRs.cpp:820:22: warning: cast from type 'const clang::Decl*' to type 'clang::Decl*' casts away qualifiers llvm[4]: Compiling CXCursor.cpp for Release+Asserts b...
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,
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