summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-24 08:56:44 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-24 08:56:44 +0000
commitcb3d969453c9b9613867a8d00b433d8481de6eb1 (patch)
tree2991eb20f2b1174ae434d03d3a752f49ee5205bb /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py
parent49f3c2b604853c3dc2c2b72568089a046e8b9204 (diff)
downloadbcm5719-llvm-cb3d969453c9b9613867a8d00b433d8481de6eb1.tar.gz
bcm5719-llvm-cb3d969453c9b9613867a8d00b433d8481de6eb1.zip
Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite loops
Finding infinite loops is well-known to be impossible (halting problem). However, it is possible to detect some obvious infinite loops, for example, if the loop condition is not changed. Detecting such loops is beneficial since the tests will hang on programs containing infinite loops so testing-time detection may be costly in large systems. Obvious cases are where the programmer forgets to increment/decrement the counter or increments/decrements the wrong variable. Differential Revision: https://reviews.llvm.org/D64736 ------- Broke some buildbots "No SOURCES given to target: obj.clangTidyBugproneModule" llvm-svn: 372704
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud