summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJeff Niu <jeff@modular.com>2022-07-19 09:14:52 -0700
committerJeff Niu <jeff@modular.com>2022-07-22 08:29:23 -0700
commitedfc4bb9b9f40604c4a6bfd9e96c21b43bece77c (patch)
treee962bc416983cf0f5a624f210da44fe8fd36cf0d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parenteffe79993f8e0bd13181fcf660a47ed7044a83c3 (diff)
[mlir][ods] Remove warning in `AttrOrTypeDef`
This warning was added because using attribute or type assembly formats with `skipDefaultBuilders` set could cause compilation errors, since the required builder prototype may not necessarily be generated and would need to be checked by hand. This patch removes the warning because a warning that the generated C++ "might" not compile is not particularly useful. Attempting to address the TODO (i.e. detect whether a builder of the correct prototype is provided) would be fragile since it would not be possible to account for implicit conversions, etc. In general, ODS should not be emitting warnings in cases like these. Reviewed By: rriddle, wrengr Differential Revision: https://reviews.llvm.org/D130102
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions