mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 23:46:48 +02:00
Merge pull request #9896 from hercules-ci/tidy-tidy
Disable a slightly annoying clang-tidy check
This commit is contained in:
commit
ef6d055ace
2 changed files with 4 additions and 1 deletions
3
.clang-tidy
Normal file
3
.clang-tidy
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# We use pointers to aggregates in a couple of places, intentionally.
|
||||||
|
# void * would look weird.
|
||||||
|
Checks: '-bugprone-sizeof-expression'
|
|
@ -116,7 +116,7 @@ private:
|
||||||
WeakGoals waitingForAWhile;
|
WeakGoals waitingForAWhile;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Last time the goals in `waitingForAWhile` where woken up.
|
* Last time the goals in `waitingForAWhile` were woken up.
|
||||||
*/
|
*/
|
||||||
steady_time_point lastWokenUp;
|
steady_time_point lastWokenUp;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue