diff options
author | Daniel Jasper <djasper@google.com> | 2015-05-26 07:03:42 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-05-26 07:03:42 +0000 |
commit | 1a028227041034ea7c8e8f1826a97d18dab32e89 (patch) | |
tree | 8dc3564ad73f6cdba5c94ce3175fd88afed8dee1 /clang/lib/Format/TokenAnnotator.cpp | |
parent | e59cd0b9ec44f5ae514634c6f08d12ac9fe0a815 (diff) | |
download | bcm5719-llvm-1a028227041034ea7c8e8f1826a97d18dab32e89.tar.gz bcm5719-llvm-1a028227041034ea7c8e8f1826a97d18dab32e89.zip |
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
Diffstat (limited to 'clang/lib/Format/TokenAnnotator.cpp')
0 files changed, 0 insertions, 0 deletions