[PATCH] D78059: [llvm][STLExtras] Add various type_trait utilities currently present in MLIR
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 07:37:42 PDT 2020
davezarzycki added a comment.
FYI – This is generating new warnings with top-of-tree clang. That being said, the warning itself might be faulty:
/usr/local/include/llvm/ADT/STLExtras.h:115:58: warning: HTML tag 'i' requires an end tag [-Wdocumentation-html]
/// * To access the type of an argument: Traits::arg_t<i>
~^~
1 warning generated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78059/new/
https://reviews.llvm.org/D78059
More information about the llvm-commits
mailing list