search for: visitcastexpr

Displaying 2 results from an estimated 2 matches for "visitcastexpr".

2011 Mar 16
0
[LLVMdev] Warning in Clang
/home/rengolin/workspace/llvm/rw/src/tools/clang/lib/CodeGen/CGExprConstant.cpp: In member function ‘llvm::Constant*<unnamed>::ConstExprEmitter::VisitCastExpr(clang::CastExpr*)’: /home/rengolin/workspace/llvm/rw/src/tools/clang/lib/CodeGen/CGExprConstant.cpp:621: warning: control reaches end of non-void function A switch without a default label or a return at the end. -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate...
2019 Jul 29
4
ICE in release/9.x when using LLVM_ENABLE_MODULES
I ran into an LLVM/Clang crash when attempting to do the following: 1. Build Clang from the release/9.x branch source. 2. Use the Clang from (1) to build clangd on the release/9.x branch, with LLVM_ENABLE_MODULES=On. I wrote a script to reproduce the crash: https://gist.github.com/modocache/ac366ca9673b93bb21e75d3e72162608 At the above URL, you'll find a script `repro.sh` that reproduces