diff options
author | Daniel Jasper <djasper@google.com> | 2013-05-29 12:07:31 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-05-29 12:07:31 +0000 |
commit | 61e6bbf8508a46ad1269c8ea67dc0372b84e9a3b (patch) | |
tree | 423ad8912b247b756db63a233148cfa3de88dadb /llvm/lib/Target/Sparc/SparcFrameLowering.cpp | |
parent | 6ba477aa05a3eb89792bb8532748551e1541974f (diff) | |
download | llvm-61e6bbf8508a46ad1269c8ea67dc0372b84e9a3b.zip llvm-61e6bbf8508a46ad1269c8ea67dc0372b84e9a3b.tar.gz llvm-61e6bbf8508a46ad1269c8ea67dc0372b84e9a3b.tar.bz2 |
Add option to always break template declarations.
With option enabled (e.g. in Google-style):
template <typename T>
void f() {}
With option disabled:
template <typename T> void f() {}
Enabling this for Google-style and Chromium-style, not sure which other
styles would prefer that.
llvm-svn: 182849
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcFrameLowering.cpp')
0 files changed, 0 insertions, 0 deletions