summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-27 08:04:08 +0000
committerStephan Bergmann <sbergman@redhat.com>2017-06-27 08:04:08 +0000
commita504c433f1d1a9dac6741e4179fa457754b05909 (patch)
tree958eaccd7345561a14dcf2e4d8b597cd6695e49c /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
parent83e6a8263610e9b47f3ef8896b412d65912600b0 (diff)
downloadbcm5719-llvm-a504c433f1d1a9dac6741e4179fa457754b05909.tar.gz
bcm5719-llvm-a504c433f1d1a9dac6741e4179fa457754b05909.zip
Make sure TraverseInitListExpr visits InitListExpr exactly twice
... once each for the syntactic and semantic form. Without this fix, behavior of the newly added tests would have been InitListExprIsPreOrderVisitedTwice: syntactic: 1 semantic: 2 InitListExprIsPostOrderVisitedTwice: syntactic: 0 semantic: 1 InitListExprIsPreOrderNoQueueVisitedTwice: syntactic: 1 semantic: 2 InitListExprIsPostOrderNoQueueVisitedTwice: syntactic: 0 semantic: 2 llvm-svn: 306374
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud