[all-commits] [llvm/llvm-project] 96808c: [ASTImporter] Remove redundant IsStructuralMatch o...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Oct 29 03:24:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96808c69a13c68280c2808b04dc5b733193bef6d
https://github.com/llvm/llvm-project/commit/96808c69a13c68280c2808b04dc5b733193bef6d
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
Log Message:
-----------
[ASTImporter] Remove redundant IsStructuralMatch overloads
Nearly all of the overloads have pretty much the same behaviour. The only
exception here is that some of them call back `GetOriginalDecl` and others
don't, but the only real user of that overload (which is LLDB) actually prefers
getting this callback.
Reviewed By: martong
Differential Revision: https://reviews.llvm.org/D112796
More information about the All-commits
mailing list