0

Add more macros to .clang-format's MacroBlock{Begin,End} options.

The number of macros is too damn high!

BUG=373340
TBR=darin@chromium.org

Review URL: https://codereview.chromium.org/1235153009

Cr-Commit-Position: refs/heads/master@{#339216}
This commit is contained in:
dcheng
2015-07-16 20:51:45 -07:00
committed by Commit bot
parent 6c937646c6
commit 0941e7d8d2

@ -18,12 +18,18 @@ BEGIN_SAFE_MSG_MAP_EX|\
CR_BEGIN_MSG_MAP_EX|\
IPC_BEGIN_MESSAGE_MAP|\
IPC_BEGIN_MESSAGE_MAP_WITH_PARAM|\
IPC_PROTOBUF_MESSAGE_TRAITS_BEGIN|\
IPC_STRUCT_BEGIN|\
IPC_STRUCT_BEGIN_WITH_PARENT|\
IPC_STRUCT_TRAITS_BEGIN$"
IPC_STRUCT_TRAITS_BEGIN|\
POLPARAMS_BEGIN|\
PPAPI_BEGIN_MESSAGE_MAP$"
MacroBlockEnd: "^\
CR_END_MSG_MAP|\
END_MSG_MAP|\
IPC_END_MESSAGE_MAP|\
IPC_PROTOBUF_MESSAGE_TRAITS_END|\
IPC_STRUCT_END|\
IPC_STRUCT_TRAITS_END$"
IPC_STRUCT_TRAITS_END|\
POLPARAMS_END|\
PPAPI_END_MESSAGE_MAP$"