You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CppCoreGuidelines/scripts/python
Jonathan Wakely 3088cf4f1d
Fix invalid regex in scripts/python/md-split.py (#2303)
The `[` character doesn't need to be escaped.

The `]` character needs to be escaped as `\\]` or as `\]` in a raw string.
2 months ago
..
Makefile.in Remove merged git conflict 9 years ago
cpplint.py add "return" to the compound literal exclusions (#1113) 8 years ago
cpplint_wrap.py Break long lines to increase readability in files 8 years ago
md-split.py Fix invalid regex in scripts/python/md-split.py (#2303) 2 months ago