aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-10-28 18:11:52 +0000
committerDaniel Jasper <djasper@google.com>2014-10-28 18:11:52 +0000
commit13a7f469be4db05f13bf6636aedf223f7a4f307a (patch)
treee727ebe4fc84b1688690319e90f4722eb857d3d0 /lldb/scripts/Python
parentd6b46b46b6d3aa3fb45158b275390d0e3f15e5c1 (diff)
downloadllvm-13a7f469be4db05f13bf6636aedf223f7a4f307a.zip
llvm-13a7f469be4db05f13bf6636aedf223f7a4f307a.tar.gz
llvm-13a7f469be4db05f13bf6636aedf223f7a4f307a.tar.bz2
clang-format: Improve && detection as binary operators.
Before: template <class T, class = typename std::enable_if<std::is_integral< T>::value &&(sizeof(T) > 1 || sizeof(T) < 8)>::type> void F(); After: template <class T, class = typename std::enable_if< std::is_integral<T>::value && (sizeof(T) > 1 || sizeof(T) < 8)>::type> void F(); llvm-svn: 220805
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions