summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-11-19 14:11:11 +0000
committerDaniel Jasper <djasper@google.com>2014-11-19 14:11:11 +0000
commitfe2cf6673a2b126409439c617cba7811dc75f7ba (patch)
tree8e02132b7cd007e4d0beb9bba0ac2f23cc9d3aec /llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
parentffeed44190d8ff5c04f4bd0735589ab00fd70f8c (diff)
downloadbcm5719-llvm-fe2cf6673a2b126409439c617cba7811dc75f7ba.tar.gz
bcm5719-llvm-fe2cf6673a2b126409439c617cba7811dc75f7ba.zip
clang-format: [Java] Ignore C++-specific keywords
Before: public void union (Object o); public void struct (Object o); public void delete (Object o); After: public void union(Object o); public void struct(Object o); public void delete(Object o); Patch by Harry Terkelsen, thank you! llvm-svn: 222357
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstructionCombining.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud