summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSubtargetInfo.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-06-05 13:18:09 +0000
committerDaniel Jasper <djasper@google.com>2015-06-05 13:18:09 +0000
commit6f2b88a39838fa46b222e506c9407f1cc31feeb3 (patch)
tree61a1bec3b1db472003d537983987a0e4ec693203 /llvm/lib/MC/MCSubtargetInfo.cpp
parentf6a1312f1b30a335889f74d92e5ce5e5a6970f4a (diff)
downloadbcm5719-llvm-6f2b88a39838fa46b222e506c9407f1cc31feeb3.tar.gz
bcm5719-llvm-6f2b88a39838fa46b222e506c9407f1cc31feeb3.zip
clang-format: More eagerly wrap trailing return types.
Before: template <typename T> auto aaaaaaaaaaaaaaaaaaaaaa(T t) -> decltype(eaaaaaaaaaaaaaaa<T>(t.a) .aaaaaaaa()); After: template <typename T> auto aaaaaaaaaaaaaaaaaaaaaa(T t) -> decltype(eaaaaaaaaaaaaaaa<T>(t.a).aaaaaaaa()); Also add a test case for a difficult template parsing case I stumbled accross. Needs fixing. llvm-svn: 239149
Diffstat (limited to 'llvm/lib/MC/MCSubtargetInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud