[PATCH] D147580: [Clang] Refactor "Designators" to be more similar [NFC]

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 4 16:21:01 PDT 2023


void created this revision.
void added reviewers: aaron.ballman, rjmccall, rsmith, dblaikie, shafik.
Herald added a subscriber: martong.
Herald added a project: All.
void requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This makes the two interfaces for designators more similar so that it's
easier to merge them together in a future refactoring.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147580

Files:
  clang/include/clang/AST/Expr.h
  clang/include/clang/Sema/Designator.h
  clang/lib/AST/ASTImporter.cpp
  clang/lib/AST/Expr.cpp
  clang/lib/AST/StmtPrinter.cpp
  clang/lib/AST/StmtProfile.cpp
  clang/lib/Parse/ParseInit.cpp
  clang/lib/Sema/SemaCodeComplete.cpp
  clang/lib/Sema/SemaInit.cpp
  clang/lib/Sema/TreeTransform.h
  clang/lib/Serialization/ASTReaderStmt.cpp
  clang/lib/Serialization/ASTWriterStmt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147580.510958.patch
Type: text/x-patch
Size: 37543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230404/324f5841/attachment-0001.bin>


More information about the cfe-commits mailing list