summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2019-03-05 12:38:18 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2019-03-05 12:38:18 +0000
commit8a3b7d390c8108031b76242158ea86e4a9b0f3ac (patch)
tree45b8bd8c1d17f37024c4431a7b72f30846bb8b31 /clang
parent9e3f7d8ad00caccf20e0daf52657be4cb6270706 (diff)
downloadbcm5719-llvm-8a3b7d390c8108031b76242158ea86e4a9b0f3ac.tar.gz
bcm5719-llvm-8a3b7d390c8108031b76242158ea86e4a9b0f3ac.zip
[ASTMatchers] Improved formatting in a documentation comment
llvm-svn: 355395
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/ASTMatchers/ASTMatchersInternal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/ASTMatchers/ASTMatchersInternal.h b/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
index 6a71d41a42d..474987748c5 100644
--- a/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
+++ b/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
@@ -1547,8 +1547,7 @@ inline bool ValueEqualsMatcher<FloatingLiteral, llvm::APFloat>::matchesNode(
/// given matchers, if SourceT can be dynamically casted into TargetT.
///
/// For example:
-/// const VariadicDynCastAllOfMatcher<
-/// Decl, CXXRecordDecl> record;
+/// const VariadicDynCastAllOfMatcher<Decl, CXXRecordDecl> record;
/// Creates a functor record(...) that creates a Matcher<Decl> given
/// a variable number of arguments of type Matcher<CXXRecordDecl>.
/// The returned matcher matches if the given Decl can by dynamically
OpenPOWER on IntegriCloud