[polly] r210016 - Remove superfluous semicolon confusing clang-format.

Daniel Jasper djasper at google.com
Mon Jun 2 08:23:12 PDT 2014


Knock yourself out. I might do that on very low priority at some point.


On Mon, Jun 2, 2014 at 5:21 PM, David Blaikie <dblaikie at gmail.com> wrote:

> Should clang-format be fixed to not be confused by superfluous semicolons?
> On Jun 2, 2014 4:40 AM, "Daniel Jasper" <djasper at google.com> wrote:
>
>> Author: djasper
>> Date: Mon Jun  2 06:29:58 2014
>> New Revision: 210016
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=210016&view=rev
>> Log:
>> Remove superfluous semicolon confusing clang-format.
>>
>> Modified:
>>     polly/trunk/include/polly/ScopDetectionDiagnostic.h
>>
>> Modified: polly/trunk/include/polly/ScopDetectionDiagnostic.h
>> URL:
>> http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopDetectionDiagnostic.h?rev=210016&r1=210015&r2=210016&view=diff
>>
>> ==============================================================================
>> --- polly/trunk/include/polly/ScopDetectionDiagnostic.h (original)
>> +++ polly/trunk/include/polly/ScopDetectionDiagnostic.h Mon Jun  2
>> 06:29:58 2014
>> @@ -67,7 +67,7 @@ class RejectLog {
>>    llvm::SmallVector<RejectReasonPtr, 1> ErrorReports;
>>
>>  public:
>> -  explicit RejectLog(Region *R) : R(R) {};
>> +  explicit RejectLog(Region *R) : R(R) {}
>>
>>    typedef llvm::SmallVector<RejectReasonPtr, 1>::iterator iterator;
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140602/913edb2b/attachment.html>


More information about the llvm-commits mailing list