summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.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/OperatingSystem/Python/OperatingSystemPython.h
parent83e6a8263610e9b47f3ef8896b412d65912600b0 (diff)
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/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions