r333333 - Test commit; please ignore.

George Burgess IV via cfe-commits cfe-commits at lists.llvm.org
Fri May 25 20:24:27 PDT 2018


Thanks. :)

On Fri, May 25, 2018, 7:56 PM Richard Smith <richard at metafoo.co.uk> wrote:

> Congratulations?
>
> On Fri, 25 May 2018, 19:33 George Burgess IV via cfe-commits, <
> cfe-commits at lists.llvm.org> wrote:
>
>> Author: gbiv
>> Date: Fri May 25 19:29:14 2018
>> New Revision: 333333
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=333333&view=rev
>> Log:
>> Test commit; please ignore.
>>
>> Modified:
>>     cfe/trunk/lib/Sema/SemaAttr.cpp
>>
>> Modified: cfe/trunk/lib/Sema/SemaAttr.cpp
>> URL:
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaAttr.cpp?rev=333333&r1=333332&r2=333333&view=diff
>>
>> ==============================================================================
>> --- cfe/trunk/lib/Sema/SemaAttr.cpp (original)
>> +++ cfe/trunk/lib/Sema/SemaAttr.cpp Fri May 25 19:29:14 2018
>> @@ -330,7 +330,7 @@ void Sema::PragmaStack<ValueType>::Act(S
>>          Stack.erase(std::prev(I.base()), Stack.end());
>>        }
>>      } else if (!Stack.empty()) {
>> -      // We don't have a label, just pop the last entry.
>> +      // We do not have a label, just pop the last entry.
>>        CurrentValue = Stack.back().Value;
>>        CurrentPragmaLocation = Stack.back().PragmaLocation;
>>        Stack.pop_back();
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180525/160386ff/attachment.html>


More information about the cfe-commits mailing list