mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-26 21:38:13 +00:00
Changing mixed CRLFs back to LFs; NFC.
llvm-svn: 319672
This commit is contained in:
parent
ebbbf0eb8c
commit
237e264497
@ -763,7 +763,7 @@ private:
|
||||
/// matcher matches on it.
|
||||
bool matchesSpecialized(const Type &Node, ASTMatchFinder *Finder,
|
||||
BoundNodesTreeBuilder *Builder) const {
|
||||
// DeducedType does not have declarations of its own, so
|
||||
// DeducedType does not have declarations of its own, so
|
||||
// match the deduced type instead.
|
||||
const Type *EffectiveType = &Node;
|
||||
if (const auto *S = dyn_cast<DeducedType>(&Node)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user