[PATCH] D63640: [clang] Improve Serialization/Imporing/Dumping of APValues
Tyker via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 3 10:50:54 PDT 2020
Tyker updated this revision to Diff 282682.
Tyker edited the summary of this revision.
Tyker added a comment.
Sorry for the delay
In D63640#2151016 <https://reviews.llvm.org/D63640#2151016>, @rsmith wrote:
> Are we at a point where we can test this now?
Yes we can use consteval to test it. so i removed changes to constexpr AST modling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63640/new/
https://reviews.llvm.org/D63640
Files:
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/ASTImporter.h
clang/lib/AST/APValue.cpp
clang/lib/AST/ASTContext.cpp
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/Expr.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/test/ASTMerge/APValue/APValue.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63640.282682.patch
Type: text/x-patch
Size: 37895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200803/e51297e3/attachment-0001.bin>
More information about the cfe-commits
mailing list