LSC: Mark static const class/struct members as constexpr. This change fixes declarations that have initial values but are technically not definitions by marking them constexpr (which counts as a definition). This enables, among other things, the modified constants to be passed into functions and function templates that accept arguments by reference. Without this change, such functions would cause linker errors.

This change was approved as part of go/static-const-lsc.

Tested:
    TAP --sample ran all affected tests and none failed
    http://test/OCL:306267456:BASE:306358834:1586841679820:8a4004b4
PiperOrigin-RevId: 306441151
Change-Id: I08ca761948d281d7f5a7609576178793287673ff
4 files changed
tree: 7c5125eadf73341661c079787896f746e0c3d6df
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.