[PATCH] D57226: [Fixed Point] [AST] Add an AST serialization code for fixed-point literals.
Bevin Hansson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 25 03:41:34 PST 2019
ebevhan marked an inline comment as done.
ebevhan added inline comments.
================
Comment at: include/clang/Serialization/ASTBitCodes.h:1637
+ /// A FixedPointLiteral record.
+ EXPR_FIXEDPOINT_LITERAL,
+
----------------
I'm unsure if this is the right location for a new code. This will bump down all the other codes below this and cause any older file to not be read correctly.
Should the file format version number be bumped up?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57226/new/
https://reviews.llvm.org/D57226
More information about the cfe-commits
mailing list