r242915 - Balancing parenthesis in comments and documentation; NFC.
Kim Gräsman
kim.grasman at gmail.com
Wed Jul 22 12:59:40 PDT 2015
On Wed, Jul 22, 2015 at 7:51 PM, Aaron Ballman <aaron at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150722/660acc02/attachment.html>
More information about the cfe-commits
mailing list