[PATCH] D49508: [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 11:35:04 PDT 2018


lebedev.ri added inline comments.


================
Comment at: include/clang/AST/Stmt.h:206
+    bool PartOfExplicitCast : 1;
+    unsigned BasePathSize : 32 - 6 - 1 - NumExprBits;
   };
----------------
rjmccall wrote:
> This needs to be serialized.
Uhm, could you please explain what do you mean by 'serialized'?


Repository:
  rC Clang

https://reviews.llvm.org/D49508





More information about the llvm-commits mailing list