Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang] Fix -Wunneeded-internal-declaration in DirectivesCommon.h (NFC)
/llvm-project/flang/lib/Lower/DirectivesCommon.h:910:1: error: 'static' function 'peelOuterConvert' declared in header file should be declared 'static inline' [-Werror,-Wunneeded-internal-declaration] peelOuterConvert(Fortran::semantics::SomeExpr &expr) { ^ 1 error generated.
- Loading branch information