diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-11 08:01:18 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-11 08:01:18 +0000 |
commit | 2b4c924f85e156d66c01b3f16c850892c47dcc7a (patch) | |
tree | 4fc13dc9ce2a2ae4c0778effd34e104cf241cfa3 /lib/Format/UnwrappedLineParser.cpp | |
parent | 06b247f0ffb69854e32150c80f347a9376d3709b (diff) |
Fix formatting of overloaded operator definitions.
Before:
operatorvoid*();
operator vector< A< A>>();
After:
operator void *();
operator vector<A<A> >();
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.cpp')
0 files changed, 0 insertions, 0 deletions