sapling/mercurial/cext
Augie Fackler 7ca1f09f81 parsers: allow clang-format here
# skip-blame because parsers.c is mechanically rewritten by
clang-format with no semantic change.

Differential Revision: https://phab.mercurial-scm.org/D1170
2017-10-16 14:53:57 -04:00
..
__init__.py policy: add "cext" package which will host CPython extension modules 2016-08-12 11:06:14 +09:00
base85.c cext: move braces for control statements to same line 2017-10-02 19:02:43 +01:00
bdiff.c cext: reorder #include 2017-10-02 19:06:00 +01:00
charencode.c parsers: protect some case-folding tables from clang-format 2015-04-21 16:02:23 -04:00
charencode.h encoding: add fast path of jsonescape() (issue5533) 2017-04-23 14:47:52 +09:00
diffhelpers.c diffhelpers: switch to policy importer 2016-08-13 12:15:49 +09:00
dirs.c cext: reorder #include 2017-10-02 19:06:00 +01:00
manifest.c cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls 2017-10-16 14:49:35 -04:00
mpatch.c cext: reorder #include 2017-10-02 19:06:00 +01:00
osutil.c cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls 2017-10-16 14:49:35 -04:00
parsers.c parsers: allow clang-format here 2017-10-16 14:53:57 -04:00
pathencode.c parsers: switch to policy importer 2016-08-13 12:23:56 +09:00
revlog.c cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls 2017-10-16 14:49:35 -04:00
util.h util: add clang-format control comment around struct and format macro 2017-10-04 11:02:44 -04:00