tbaederr wrote:
This introduced an unused variable:
```
/home/tbaeder/code/llvm-project/clang/lib/AST/ExprConstant.cpp:11818:14:
warning: unused variable 'DestEltTy' [-Wunused-variable]
11818 | QualType DestEltTy =
E->getType()->castAs<VectorType>()->getElementType();
| ^~~~~~~~~``` https://github.com/llvm/llvm-project/pull/152705 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
