[PATCH] D69764: [clang-format] Add East Const / West Const fixer

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 03:53:39 PST 2019


MyDeveloperDay added a subscriber: pollydev.
MyDeveloperDay added a comment.

@pollydev too (a previously clang-format clean directory) will generate changes running `clang-format --const-style=west -i -n *.cpp`

  ScopBuilder.cpp:74:9: warning: code should be clang-formatted [-Wclang-format-violations]
  static int const MaxDimensionsInAccessRange = 9;
          ^
  ScopInfo.cpp:113:2: warning: code should be clang-formatted [-Wclang-format-violations]
  int const polly::MaxDisjunctsInDomain = 20;
  ....
   ^
  ScopInfo.cpp:118:9: warning: code should be clang-formatted [-Wclang-format-violations]
  static int const MaxDisjunctsInContext = 4;


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69764/new/

https://reviews.llvm.org/D69764





More information about the cfe-commits mailing list