| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-15 | [Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364) | Sirraide | |
| GCC 14 also made this an error by default, so we’re following suit. Fixes #74605 | |||
| 2024-05-23 | [lldb] Fixed the TestExitDuringExpression test in case of a remote target ↵ | Dmitry Vasilyev | |
| (#93119) Sometimes this test failed on the assert `The thread exited` in case of a remote target. Increase the timeout to 1 second to avoid a racing condition. | |||
| 2022-04-20 | Speculatively fix build bots | Aaron Ballman | |
| This should address build failures found in: https://lab.llvm.org/buildbot/#/builders/217/builds/3610 https://lab.llvm.org/buildbot/#/builders/215/builds/4609 https://lab.llvm.org/buildbot/#/builders/68/builds/31012 | |||
| 2020-05-22 | [lldb] Increase timeout in TestExitDuringExpression | Pavel Labath | |
| 200 microseconds is not enough time for any expression to execute reliably. On linux, calling pthread_exit can result in call to dlopen, which cannot complete in that time, particularly when running under a debugger. On linux, this test failed all the time, on macos, about two thirds of runs were failing. This patch increases the timeout to 100ms, which is enough to get it passing reliably on linux, though I wouldn't be surprised if an even bigger timeout would be needed for remote test runs. | |||
| 2020-05-21 | Handle the case where a thread exits while we are running a function on it. | Jim Ingham | |
