tbaeder abandoned this revision.
tbaeder added a comment.
Abandoning this since it's superseded by https://reviews.llvm.org/D144943
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141194/new/
https://reviews.llvm.org/D141194
shafik added a comment.
I think `VisitCastExpr` is the right place to start looking for what to do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141194/new/
https://reviews.llvm.org/D141194
___
cfe-comm
tbaeder added a comment.
Note that this "implementation" is based on my knowledge about what bitcasts
are, so no idea. Is that documented anywhere or should I check
`ExprConstant.cpp`, //or// is this implementation fine for the time being (IIRC
this was needed to make a stdlib header work)?
R
tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
I really don't know much about these, so limited te