| commit | 1a028227041034ea7c8e8f1826a97d18dab32e89 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Tue May 26 07:03:42 2015 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Tue May 26 07:03:42 2015 +0000 |
| tree | 8dc3564ad73f6cdba5c94ce3175fd88afed8dee1 | |
| parent | e59cd0b9ec44f5ae514634c6f08d12ac9fe0a815 [diff] |
clang-format: Fix child-formatting in macros.
This fixes a case where the column limit was incorrectly calculated
leading to a macro like this:
#define A \
[] { \
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx( \
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx); \
}
exceeding the column limit.
llvm-svn: 238182