diff options
author | Daniel Jasper <djasper@google.com> | 2013-03-01 17:13:29 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-03-01 17:13:29 +0000 |
commit | 8a5d7cd100ebfb8c6b353ee4ad5b14ab4105d32d (patch) | |
tree | 7533ffe23c41a82b1630321db78f7fe680e7f468 /lib/StaticAnalyzer/Core/RegionStore.cpp | |
parent | 9b5b65957c6830af92dd1d62cbf8e341c95bc283 (diff) |
Correctly format arrays of pointers and function types.
Before:
void f(Type(*parameter)[10]) {}
int(*func)(void *);
After:
void f(Type (*parameter)[10]) {}
int (*func)(void *);
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/RegionStore.cpp')
0 files changed, 0 insertions, 0 deletions