r242915 - Balancing parenthesis in comments and documentation; NFC.

Aaron Ballman aaron at aaronballman.com
Wed Jul 22 13:00:51 PDT 2015


On Wed, Jul 22, 2015 at 3:59 PM, Kim Gräsman <kim.grasman at gmail.com> wrote:
> 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?

You're not missing anything, I goofed. I think I had a rendering
issue, or my brain is on Monday Standard Time. I'll revert. ;-)

~Aaron

>
> - Kim




More information about the cfe-commits mailing list