[PATCH] D46084: [Fixed Point Arithmetic] Addition of the Fixed Point _Accum type

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 24 10:53:53 PDT 2018


leonardchan marked 6 inline comments as done.
leonardchan added inline comments.


================
Comment at: lib/CodeGen/ItaniumCXXABI.cpp:2684
 
   // Types added here must also be added to EmitFundamentalRTTIDescriptors.
   switch (Ty->getKind()) {
----------------
rsmith wrote:
> Note this comment :)
Returned false for these types now. Not sure if these types should also be added to EmitFundamentalRTTIDescriptors since the OCL types do not appear under there.


Repository:
  rC Clang

https://reviews.llvm.org/D46084





More information about the cfe-commits mailing list