diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-27 08:04:08 +0000 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-27 08:04:08 +0000 |
commit | a504c433f1d1a9dac6741e4179fa457754b05909 (patch) | |
tree | 958eaccd7345561a14dcf2e4d8b597cd6695e49c /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | 83e6a8263610e9b47f3ef8896b412d65912600b0 (diff) | |
download | bcm5719-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