summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorTimm Baeder <tbaeder@redhat.com>2025-02-22 08:01:56 +0100
committerGitHub <noreply@github.com>2025-02-22 08:01:56 +0100
commit2c00b3b859d9fca6d5565af7b3f4574013c7330e (patch)
tree0eb2bcf2d9112c2e9e6a59ae8beb65cc3a67be4c /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parentc645981f2d6b18d4ac93cb4132e1da54b11ce5d6 (diff)
[clang][bytecode] Silently reject ctors of invalid decls (#128290)
The follow-up diagnostic would otherwise be: array.cpp:111:33: note: undefined constructor '(unnamed struct at array.cpp:111:11)' cannot be used in a constant expression array.cpp:111:11: note: declared here 111 | constexpr struct { Unknown U; } InvalidCtor; | ^ ... and complaining about the undefined constructor of a class that is invalid anyway doesn't make much sense.
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions