]> granicus.if.org Git - clang/commitdiff
Changing mixed CRLFs back to LFs; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 4 Dec 2017 18:36:34 +0000 (18:36 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 4 Dec 2017 18:36:34 +0000 (18:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319672 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/ASTMatchers/ASTMatchersInternal.h

index 203575e6891bc1f07169c7ab515544dea5555928..8bd61a76e1852ede647ca09b3ec827a3033ce8d9 100644 (file)
@@ -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\r
+    // 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)) {