This check is similar to the right paren check right below it, but it
doesn't need the overloaded operator check.
This patch prevents brace-initialized objects that are being compared
from being mis-annotated as template parameters.
Differential D150629
[clang-format] Don't allow template to be preceded by closing brace rymiel on May 15 2023, 6:22 PM. Authored by
Details This check is similar to the right paren check right below it, but it This patch prevents brace-initialized objects that are being compared
Diff Detail
|
Do we need to add a token annotator test?