Skip to content

Commit 1e19a19

Browse files
committed
add change to matchers
1 parent 5340574 commit 1e19a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/ASTMatchers/ASTMatchers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ extern const internal::VariadicDynCastAllOfMatcher<Expr, RequiresExpr>
13901390

13911391
/// Matches concept requirement body declaration.
13921392
///
1393-
/// Example matches '{ *p; }'
1393+
/// Example matches '{ * p; }'
13941394
/// \code
13951395
/// template<typename T>
13961396
/// concept dereferencable = requires(T p) { *p; }

0 commit comments

Comments
 (0)