summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-10-28 18:28:22 +0000
committerDaniel Jasper <djasper@google.com>2014-10-28 18:28:22 +0000
commitf0c809a19bf4efadcb1efaf76325e14d745020f9 (patch)
treeafb2d8fd7582920e6bfc797e766a50bb17145aa9 /llvm/lib/IR/Core.cpp
parent9ad94aa280619feaed083fd35f9a50c7e076a7b0 (diff)
downloadbcm5719-llvm-f0c809a19bf4efadcb1efaf76325e14d745020f9.tar.gz
bcm5719-llvm-f0c809a19bf4efadcb1efaf76325e14d745020f9.zip
clang-format: Improve && detection as binary operator.
Before: template <class T, class = typename ::std::enable_if< ::std::is_array<T>{}&& ::std::is_array<T>{}>::type> void F(); After: template <class T, class = typename ::std::enable_if< ::std::is_array<T>{} && ::std::is_array<T>{}>::type> void F(); llvm-svn: 220813
Diffstat (limited to 'llvm/lib/IR/Core.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud