On Wed, Jul 22, 2015 at 7:51 PM, Aaron Ballman <aa...@aaronballman.com>
wrote:
> Author: aaronballman
> Date: Wed Jul 22 12:51:42 2015
> New Revision: 242915
>
> URL: http://llvm.org/viewvc/llvm-project?rev=242915&view=rev
> Log:
> Balancing parenthesis in comments and documentation; NFC.

Did you over-balance...

> Modified:
>     cfe/trunk/docs/LibASTMatchersReference.html
>     cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
>
> Modified: cfe/trunk/docs/LibASTMatchersReference.html
> URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibASTMatchersReference.html?rev=242915&r1=242914&r2=242915&view=diff
>
==============================================================================
> --- cfe/trunk/docs/LibASTMatchersReference.html (original)
> +++ cfe/trunk/docs/LibASTMatchersReference.html Wed Jul 22 12:51:42 2015
> @@ -1691,7 +1691,7 @@ and reference to that variable declarati
>
>  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
       ^       ^                       ^^^

... or am I missing something?

- Kim
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to