diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2025-07-29 14:09:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-29 14:09:02 -0400 |
commit | 30a5d569b2102bba1cfb5d253bd73ec2ebce7ee0 (patch) | |
tree | 80ed2fd6c5937d016d610fa616e77139de89d77c /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
parent | 5ae79baab3ed30161654999adfd4a01d5b977726 (diff) | |
download | llvm-30a5d569b2102bba1cfb5d253bd73ec2ebce7ee0.zip llvm-30a5d569b2102bba1cfb5d253bd73ec2ebce7ee0.tar.gz llvm-30a5d569b2102bba1cfb5d253bd73ec2ebce7ee0.tar.bz2 |
[C23] AST equivalence of attributes (#151196)
Implicitly declared types (like __NSConstantString_tag, etc) will be
declared with visibility attributes. This causes problems when merging
ASTs because we currently reject declaration merging for declarations
with attributes.
This relaxes that restriction somewhat; implicit declarations can now
have attributes when merging; we assume that if the compiler generated
it, it's fine.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions