summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>2024-08-23 17:42:47 +0800
committerGitHub <noreply@github.com>2024-08-23 17:42:47 +0800
commit3cca522d21876da36145655bc14f334035b4265d (patch)
tree652a6d669f071c0ca1a12286f52ebd66eb985f1e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentcf6cd1fd67356ca0c2972992928592d2430043d2 (diff)
[C++20] [Modules] Warn for duplicated decls in mutliple module units (#105799)
It is a long standing issue that the duplicated declarations in multiple module units would cause the compilation performance to get slowed down. And there are many questions or issue reports. So I think it is better to add a warning for it. And given this is not because the users' code violates the language specification or any best practices, the warning is disabled by default even if `-Wall` is specified. The users need to specify the warning explcitly or use `Weverything`. The documentation will add separately.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions