This patch is motivated by bug #34739 (https://bugs.llvm.org/show_bug.cgi?id=34739).
Clang-format misbehaves because escape sequence '\t' in regex is treated as literal 't'.
This patch handles escaped characters inside square brackets as well (so that somebody can write R("^[\[\]\t]") as a regex pattern).
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10655 Build 10655: arc lint + arc unit