mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
clang-format: remove StatementMacros usage
This change lets us use clang-format-6.0, and is okay since we now require semicolons after HT_PROTOTYPE/GENERATE.
This commit is contained in:
parent
d9e211ab70
commit
3b62cd85e2
@ -148,14 +148,6 @@ IncludeCategories:
|
||||
MacroBlockBegin: "^STMT_BEGIN|TT_STMT_BEGIN$"
|
||||
MacroBlockEnd: "^STMT_END|TT_STMT_END$"
|
||||
|
||||
#
|
||||
# These macros don't need to have semicolons afterwards.
|
||||
#
|
||||
StatementMacros:
|
||||
- HT_PROTOTYPE
|
||||
- HT_GENERATE
|
||||
- HT_GENERATE2
|
||||
|
||||
#
|
||||
# These macros are interpreted as types.
|
||||
# (Not supported in my clang-format)
|
||||
|
Loading…
Reference in New Issue
Block a user