From f36b2534b23cc762d3e703802e143d04c4a8cd84 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 3 Apr 2019 13:37:56 +0000 Subject: Fixing a typo; NFC. llvm-svn: 357579 --- clang/docs/LibASTMatchersReference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/docs/LibASTMatchersReference.html') diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html index 10b9ebf19b7..3f8e4178d6b 100644 --- a/clang/docs/LibASTMatchersReference.html +++ b/clang/docs/LibASTMatchersReference.html @@ -2773,7 +2773,7 @@ Decl has pointer identity in the AST. Given __attribute__((device)) void f() { ... } decl(hasAttr(clang::attr::CUDADevice)) matches the function declaration of -f. If the matcher is use from clang-query, attr::Kind parameter should be +f. If the matcher is used from clang-query, attr::Kind parameter should be passed as a quoted string. e.g., hasAttr("attr::CUDADevice"). -- cgit v1.2.3