[PATCH] D140584: [Clang] Refactor "Designators" into a unified implementation [NFC]
Bill Wendling via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 4 17:06:11 PST 2023
void updated this revision to Diff 486436.
void marked 4 inline comments as done.
void added a comment.
Herald added subscribers: libcxx-commits, kadircet.
Herald added projects: libc++abi, clang-tools-extra.
Herald added a reviewer: libc++abi.
Combine the array designator internals and templatize them. It should make this a bit simpler.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140584/new/
https://reviews.llvm.org/D140584
Files:
clang-tools-extra/clangd/FindTarget.cpp
clang/include/clang/AST/Designator.h
clang/include/clang/AST/Expr.h
clang/include/clang/Sema/Designator.h
clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/Expr.cpp
clang/lib/AST/StmtPrinter.cpp
clang/lib/AST/StmtProfile.cpp
clang/lib/Index/IndexBody.cpp
clang/lib/Parse/ParseInit.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
clang/tools/libclang/CIndex.cpp
libcxxabi/test/test_demangle.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140584.486436.patch
Type: text/x-patch
Size: 51287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230105/3bd21d9d/attachment-0001.bin>
More information about the cfe-commits
mailing list