| commit | 5af04a4d015a481fa1b91faf0d2ee5b43d064296 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Wed Oct 07 03:43:10 2015 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Wed Oct 07 03:43:10 2015 +0000 |
| tree | 87a02ec14a33ec47987ea6cf34821c45a5dd6e63 | |
| parent | e597ace1fe03767c485c2ed36561eb34e8127b4c [diff] |
clang-format: Fix false ObjC block detection.
Before:
inline A operator^(const A &lhs, const A &rhs) {} int i;
After:
inline A operator^(const A &lhs, const A &rhs) {}
int i;
llvm-svn: 249517