summaryrefslogtreecommitdiff
path: root/lldb/unittests
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2018-12-18 15:29:12 +0000
committerHaojian Wu <hokein@google.com>2018-12-18 15:29:12 +0000
commit8888a9d6c7ceb640146779521149b68c226e3263 (patch)
tree9207cd8a344b3645861b6c0a4e759ceb4049242b /lldb/unittests
parent40105f58b9d6e2abbd97db8fea2d4d9d7c224b53 (diff)
[AST] Unify the code paths of traversing lambda expressions.
Summary: This supposes to be a non-functional change. We have two code paths when traversing lambda expressions: 1) traverse the function proto typeloc when parameters and return type are explicit; 2) otherwise fallback to traverse parameter decls and return type loc individually; This patch unifies the code path to always traverse parameters and return type, rather than relying on traversing the full type-loc. Reviewers: ilya-biryukov Subscribers: arphaman, cfe-commits Differential Revision: https://reviews.llvm.org/D55820
Diffstat (limited to 'lldb/unittests')
0 files changed, 0 insertions, 0 deletions