aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/inlining/path-notes.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-03-01 17:13:29 +0000
committerDaniel Jasper <djasper@google.com>2013-03-01 17:13:29 +0000
commit8a5d7cd100ebfb8c6b353ee4ad5b14ab4105d32d (patch)
tree7533ffe23c41a82b1630321db78f7fe680e7f468 /test/Analysis/inlining/path-notes.cpp
parent9b5b65957c6830af92dd1d62cbf8e341c95bc283 (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 'test/Analysis/inlining/path-notes.cpp')
0 files changed, 0 insertions, 0 deletions