diff options
author | Daniel Jasper <djasper@google.com> | 2015-12-28 07:44:25 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-12-28 07:44:25 +0000 |
commit | a85c331e8f9c5f63fa37c2334e3ea40423c20d8a (patch) | |
tree | 482a553a4dded751bd66e07f749822105870fc1d /clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.h | |
parent | 6402bcad714d776a9ee2e6d427e0dfb363915032 (diff) | |
download | bcm5719-llvm-a85c331e8f9c5f63fa37c2334e3ea40423c20d8a.tar.gz bcm5719-llvm-a85c331e8f9c5f63fa37c2334e3ea40423c20d8a.zip |
clang-format: Fix incorrect function type detection.
Before:
int x = f (&h)();
After:
int x = f(&h)();
llvm-svn: 256488
Diffstat (limited to 'clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.h')
0 files changed, 0 insertions, 0 deletions