summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/AliasAnalysis.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-05-28 07:42:44 +0000
committerDaniel Jasper <djasper@google.com>2013-05-28 07:42:44 +0000
commit9f82df295e59bcdef10b93e541b164ebccfe6bb2 (patch)
treee72dc64cf5b50e66119e442bc52a28c250b113a5 /llvm/lib/Analysis/AliasAnalysis.cpp
parent02dc6a1451a44fb11722fbc633237f8f18063792 (diff)
downloadbcm5719-llvm-9f82df295e59bcdef10b93e541b164ebccfe6bb2.tar.gz
bcm5719-llvm-9f82df295e59bcdef10b93e541b164ebccfe6bb2.zip
Fix formatting of expressions containing ">>".
This gets turned into two ">" operators at the beginning in order to simplify template parameter handling. Thus, we need a special case to handle those two binary operators correctly. With this patch, clang-format can now correctly handle cases like: aaaaaa = aaaaaaa(aaaaaaa, // break aaaaaa) >> bbbbbb; llvm-svn: 182754
Diffstat (limited to 'llvm/lib/Analysis/AliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud