Files
sdk/runtime
Vyacheslav Egorov d0887dc524 [cpplint] Disable runtime/references lint
Google Style Guide now prefers references to pointers because references
are non-nullable.

See https://google.github.io/styleguide/cppguide.html#Inputs_and_Outputs which now says:

> Non-optional input parameters should usually be values or const references, while non-optional
> output and input/output parameters should usually be references (which cannot be null).

This means runtime/references lint is outdated and can be disabled.

R=kustermann@google.com

Change-Id: Idec650603982387c000671aad7d77727a008f5cd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279388
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
2023-01-23 18:21:48 +00:00
..
2023-01-23 08:56:14 +00:00
2023-01-23 12:55:22 +00:00
2023-01-23 08:56:14 +00:00
2023-01-20 18:20:17 +00:00
2023-01-20 14:29:08 +00:00
2023-01-19 16:24:29 +00:00
2023-01-23 12:55:22 +00:00
2023-01-23 08:56:14 +00:00
2023-01-23 12:55:22 +00:00
2023-01-23 12:55:22 +00:00
2022-10-25 10:57:07 +00:00
2022-02-14 14:06:34 +00:00