[PATCH] D105701: [clang-format] test revision (NOT FOR COMMIT) to demonstrate east/west const fixer capability

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 9 07:50:18 PDT 2021


MyDeveloperDay created this revision.
MyDeveloperDay added a reviewer: MyDeveloperDay.
MyDeveloperDay added a project: clang-format.
Herald added a subscriber: mgorny.
MyDeveloperDay requested review of this revision.
Herald added a project: clang.

This is a demo revision to show the capability of  D69764: [clang-format] Add East/West Const fixer capability <https://reviews.llvm.org/D69764>

I won't be committing this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105701

Files:
  clang/lib/Format/AffectedRangeManager.cpp
  clang/lib/Format/AffectedRangeManager.h
  clang/lib/Format/BreakableToken.cpp
  clang/lib/Format/BreakableToken.h
  clang/lib/Format/CMakeLists.txt
  clang/lib/Format/ContinuationIndenter.cpp
  clang/lib/Format/ContinuationIndenter.h
  clang/lib/Format/Encoding.h
  clang/lib/Format/Format.cpp
  clang/lib/Format/FormatInternal.h
  clang/lib/Format/FormatToken.cpp
  clang/lib/Format/FormatToken.h
  clang/lib/Format/FormatTokenLexer.cpp
  clang/lib/Format/FormatTokenLexer.h
  clang/lib/Format/MacroExpander.cpp
  clang/lib/Format/Macros.h
  clang/lib/Format/NamespaceEndCommentsFixer.cpp
  clang/lib/Format/NamespaceEndCommentsFixer.h
  clang/lib/Format/SortJavaScriptImports.cpp
  clang/lib/Format/SortJavaScriptImports.h
  clang/lib/Format/TokenAnalyzer.cpp
  clang/lib/Format/TokenAnalyzer.h
  clang/lib/Format/TokenAnnotator.cpp
  clang/lib/Format/TokenAnnotator.h
  clang/lib/Format/UnwrappedLineFormatter.cpp
  clang/lib/Format/UnwrappedLineFormatter.h
  clang/lib/Format/UnwrappedLineParser.cpp
  clang/lib/Format/UnwrappedLineParser.h
  clang/lib/Format/UsingDeclarationsSorter.cpp
  clang/lib/Format/UsingDeclarationsSorter.h
  clang/lib/Format/WhitespaceManager.cpp
  clang/lib/Format/WhitespaceManager.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105701.357506.patch
Type: text/x-patch
Size: 195192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210709/e81a3fc5/attachment-0001.bin>


More information about the cfe-commits mailing list