[PATCH] D85264: Avoid redundant inline with LLVM_ATTRIBUTE_ALWAYS_INLINE
James Park via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 19:37:01 PDT 2020
jpark37 added a comment.
To answer the question, it's just a warning, so my guess is that people chose to ignore it. Or maybe it only used to trigger for inline + inline, and not __forceinline + inline.
It's specifically C4141: https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4141
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85264/new/
https://reviews.llvm.org/D85264
More information about the llvm-commits
mailing list