[all-commits] [llvm/llvm-project] bf4d73: [lldb][NFC] Use correct Decl typedef in ClangASTSo...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Feb 4 02:53:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf4d73e6f3e93cf2c92691a44cff52afc025942d
https://github.com/llvm/llvm-project/commit/bf4d73e6f3e93cf2c92691a44cff52afc025942d
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
Log Message:
-----------
[lldb][NFC] Use correct Decl typedef in ClangASTSource
This is iterating over a DeclContext and not a TagDecl (even
though both iterators are the same underlying type).
More information about the All-commits
mailing list