[polly] r210016 - Remove superfluous semicolon confusing clang-format.
Daniel Jasper
djasper at google.com
Mon Jun 2 04:29:58 PDT 2014
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;
More information about the llvm-commits
mailing list