[PATCH] D155165: [clang][Interp] Fully serialize Floatings to bytes
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 29 06:43:51 PDT 2023
tbaeder added inline comments.
================
Comment at: clang/lib/AST/Interp/Source.h:63-64
/// Pointer into the code owned by a function.
+public:
const std::byte *Ptr;
};
----------------
aaron.ballman wrote:
> Any chance we can use friendship here as well, rather than exposing the data member directly?
added a `operator*` to `CodePtr`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155165/new/
https://reviews.llvm.org/D155165
More information about the cfe-commits
mailing list