diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2015-07-22 17:51:42 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2015-07-22 17:51:42 +0000 |
commit | cd1646823b5c8c62a6baa662de07cecfd993815f (patch) | |
tree | ab54b83797acf11273622d9650d781cd808a0025 /clang/docs/LibASTMatchersReference.html | |
parent | d030d11a2404ebe6749e88c1aab3165d1c8e727e (diff) | |
download | bcm5719-llvm-cd1646823b5c8c62a6baa662de07cecfd993815f.tar.gz bcm5719-llvm-cd1646823b5c8c62a6baa662de07cecfd993815f.zip |
Balancing parenthesis in comments and documentation; NFC.
llvm-svn: 242915
Diffstat (limited to 'clang/docs/LibASTMatchersReference.html')
-rw-r--r-- | clang/docs/LibASTMatchersReference.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html index f4471364f24..5d34b075270 100644 --- a/clang/docs/LibASTMatchersReference.html +++ b/clang/docs/LibASTMatchersReference.html @@ -1691,7 +1691,7 @@ and reference to that variable declaration within a compound statement. Given __attribute__((device)) void f() { ... } -decl(hasAttr(clang::attr::CUDADevice)) matches the function declaration of +decl(hasAttr(clang::attr::CUDADevice))) matches the function declaration of f. </pre></td></tr> |