[polly] r192710 - clang-format: No empty line after 'public:'

Tobias Grosser tobias at grosser.es
Tue Oct 15 07:41:02 PDT 2013


Author: grosser
Date: Tue Oct 15 09:41:02 2013
New Revision: 192710

URL: http://llvm.org/viewvc/llvm-project?rev=192710&view=rev
Log:
clang-format: No empty line after 'public:'

Modified:
    polly/trunk/include/polly/MayAliasSet.h
    polly/trunk/include/polly/ScopInfo.h
    polly/trunk/lib/Analysis/ScopInfo.cpp
    polly/trunk/lib/CodeGen/CodeGeneration.cpp
    polly/trunk/lib/IndVarSimplify.cpp
    polly/trunk/lib/Support/SCEVValidator.cpp

Modified: polly/trunk/include/polly/MayAliasSet.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/MayAliasSet.h?rev=192710&r1=192709&r2=192710&view=diff
==============================================================================
--- polly/trunk/include/polly/MayAliasSet.h (original)
+++ polly/trunk/include/polly/MayAliasSet.h Tue Oct 15 09:41:02 2013
@@ -83,7 +83,6 @@ class MayAliasSet {
   friend class MayAliasSetInfo;
 
 public:
-
   /// @name Must Alias Pointer Iterators
   ///
   /// These iterators iterate over all must alias pointers in the set.

Modified: polly/trunk/include/polly/ScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopInfo.h?rev=192710&r1=192709&r2=192710&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Tue Oct 15 09:41:02 2013
@@ -304,7 +304,6 @@ class ScopStmt {
   friend class Scop;
 
 public:
-
   ~ScopStmt();
   /// @brief Get an isl_ctx pointer.
   isl_ctx *getIslCtx() const;
@@ -481,7 +480,6 @@ class Scop {
   friend class ScopInfo;
 
 public:
-
   ~Scop();
 
   ScalarEvolution *getSE() const;

Modified: polly/trunk/lib/Analysis/ScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopInfo.cpp?rev=192710&r1=192709&r2=192710&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/ScopInfo.cpp Tue Oct 15 09:41:02 2013
@@ -57,7 +57,6 @@ STATISTIC(RichScopFound, "Number of Scop
 /// Translate a 'const SCEV *' expression in an isl_pw_aff.
 struct SCEVAffinator : public SCEVVisitor<SCEVAffinator, isl_pw_aff *> {
 public:
-
   /// @brief Translate a 'const SCEV *' to an isl_pw_aff.
   ///
   /// @param Stmt The location at which the scalar evolution expression

Modified: polly/trunk/lib/CodeGen/CodeGeneration.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/CodeGeneration.cpp?rev=192710&r1=192709&r2=192710&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/CodeGeneration.cpp (original)
+++ polly/trunk/lib/CodeGen/CodeGeneration.cpp Tue Oct 15 09:41:02 2013
@@ -91,7 +91,6 @@ class ClastExpCodeGen {
   Value *codegen(const clast_reduction *r, Type *Ty);
 
 public:
-
   // A generator for clast expressions.
   //
   // @param B The IRBuilder that defines where the code to calculate the

Modified: polly/trunk/lib/IndVarSimplify.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/IndVarSimplify.cpp?rev=192710&r1=192709&r2=192710&view=diff
==============================================================================
--- polly/trunk/lib/IndVarSimplify.cpp (original)
+++ polly/trunk/lib/IndVarSimplify.cpp Tue Oct 15 09:41:02 2013
@@ -75,7 +75,6 @@ class PollyIndVarSimplify : public LoopP
   bool Changed;
 
 public:
-
   static char ID; // Pass identification, replacement for typeid
   PollyIndVarSimplify()
       : LoopPass(ID), IU(0), LI(0), SE(0), DT(0), TD(0), Changed(false) {

Modified: polly/trunk/lib/Support/SCEVValidator.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Support/SCEVValidator.cpp?rev=192710&r1=192709&r2=192710&view=diff
==============================================================================
--- polly/trunk/lib/Support/SCEVValidator.cpp (original)
+++ polly/trunk/lib/Support/SCEVValidator.cpp Tue Oct 15 09:41:02 2013
@@ -367,7 +367,6 @@ public:
 struct SCEVInRegionDependences
     : public SCEVVisitor<SCEVInRegionDependences, bool> {
 public:
-
   /// Returns true when the SCEV has SSA names defined in region R.
   static bool hasDependences(const SCEV *S, const Region *R) {
     SCEVInRegionDependences Ignore(R);





More information about the llvm-commits mailing list