Ka Ho Ng
48f1a006b7
Reformat all the files after 192a82b ( #979 )
...
Since the introduction of "ColumnLimit: 120" in .clang-format, the
column limit has become 120 characters instead of 80 characters.
This prevents clang-format from generating too much changes even if just
a small portion of a source file or header file is modified.
2024-12-06 17:58:19 -08:00
Fangrui Song
61a1071634
💥 Rename FunctionName -> functionName, VarName -> var_name
2019-08-22 10:12:03 -07:00
Fangrui Song
dcaa5a07af
Change Pos::line from int16_t to uint16_t
...
This allows representing line 0 ~ 65535.
2019-02-23 19:17:26 +08:00
Fangrui Song
a47fb42e30
Refactor serializer
...
Delete virtual bases Reader & Writer
Delete unused MAKE_REFLECT_STRUCT_WRITER_AS_ARRAY
Merge serializers/{json,binary}.hh into serializer.{hh,cc}
MAKE_REFLECT_STRUCT => REFLECT_STRUCT
MAKE_REFLECT_TYPE_PROXY => REFLECT_UNDERLYING
2019-11-09 20:09:13 -08:00
Fangrui Song
65d856cf8a
Merge maybe.hh into utils.hh
2019-11-09 20:09:13 -08:00
Fangrui Song
aaa5008ec6
Fix some MSVC 2017 errors
...
Thanks to Dso Tsin!
2019-11-09 20:09:13 -08:00
Fangrui Song
09669fff76
Reduce MAKE_REFLECT_STRUCT in lsp.hh
...
Position -> Pos; lsPosition -> Position
2019-11-09 20:09:13 -08:00
Fangrui Song
bbce333042
*.h -> *.hh
2019-11-09 20:09:13 -08:00