[clang-format] Insert a space between a numeric UDL and a dot
authorOwen Pan <owenpiano@gmail.com>
Wed, 8 Feb 2023 02:36:28 +0000 (18:36 -0800)
committerOwen Pan <owenpiano@gmail.com>
Thu, 9 Feb 2023 21:34:57 +0000 (13:34 -0800)
commitb4e35c63711b4bde10b83607d04dab4bfdb86482
tree78c264c6a80c944e49af787bd0a7bfdc5f20529a
parente5906f64a63d064e6a9ea2c46ebc9c285ca02bd1
[clang-format] Insert a space between a numeric UDL and a dot

Fixes #60576.

Differential Revision: https://reviews.llvm.org/D143546
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp