PiotrZSL wrote: 431 issues found in llvm.
Example: ``` clang/lib/Sema/SemaAttr.cpp:332:21: warning: redundant explicit casting to the same type 'Expr *' as the sub-expression, remove this casting [readability-redundant-casting] 332 | Expr *Alignment = static_cast<Expr *>(alignment); | ^~~~~~~~~~~~~~~~~~~~ ~ clang/lib/Sema/SemaAttr.cpp:323:55: note: source type originates from referencing this parameter 323 | StringRef SlotLabel, Expr *alignment) { | ~~~~~~^ ``` https://github.com/llvm/llvm-project/pull/70595 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits