diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2017-12-04 18:36:34 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2017-12-04 18:36:34 +0000 |
| commit | 237e264497823b6cc7b07b211b08e13bb3db6184 (patch) | |
| tree | ab9a13bd55e4ba45fc30697df457901b21483ca7 | |
| parent | ebbbf0eb8ced211632fa40c5975770fde143ac4d (diff) | |
| download | bcm5719-llvm-237e264497823b6cc7b07b211b08e13bb3db6184.tar.gz bcm5719-llvm-237e264497823b6cc7b07b211b08e13bb3db6184.zip | |
Changing mixed CRLFs back to LFs; NFC.
llvm-svn: 319672
| -rw-r--r-- | clang/include/clang/ASTMatchers/ASTMatchersInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/ASTMatchers/ASTMatchersInternal.h b/clang/include/clang/ASTMatchers/ASTMatchersInternal.h index 203575e6891..8bd61a76e18 100644 --- a/clang/include/clang/ASTMatchers/ASTMatchersInternal.h +++ b/clang/include/clang/ASTMatchers/ASTMatchersInternal.h @@ -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)) { |

