mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
- `Threading::Thread` is not polymorphic, there is no need for a virtual destructor. - `HTMLAnchorElement::has_download_preference` isn't overridden by anything. This warning was introduced in llvm/llvm-project#131188. |
||
|---|---|---|
| .. | ||
| BackgroundAction.cpp | ||
| BackgroundAction.h | ||
| CMakeLists.txt | ||
| ConditionVariable.h | ||
| Forward.h | ||
| Mutex.h | ||
| MutexProtected.h | ||
| RWLock.h | ||
| RWLockProtected.h | ||
| Thread.cpp | ||
| Thread.h | ||
| WorkerThread.h | ||