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

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 24 15:27:51 PDT 2020


MyDeveloperDay planned changes to this revision.
MyDeveloperDay added a comment.

@steveire  I'm still working on this I have just one issue from your lit that is failing (see below), but I wanted to capture the other changes in the review.

  const Foo<Foo<int>>* p = const_cast<const Foo<Foo<int>>*>(&ffi);


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

https://reviews.llvm.org/D69764





More information about the cfe-commits mailing list