[all-commits] [llvm/llvm-project] 161fc1: [Fixed Point] [AST] Add an AST serialization code ...

vabridgers via All-commits all-commits at lists.llvm.org
Tue Apr 14 11:21:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 161fc1d9118f4f64887cf7845a51ec79f1a8602f
      https://github.com/llvm/llvm-project/commit/161fc1d9118f4f64887cf7845a51ec79f1a8602f
  Author: Vince Bridgers <vince.a.bridgers at gmail.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/lib/AST/Expr.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    A clang/test/PCH/Inputs/fixed-point-literal.h
    A clang/test/PCH/fixed-point-literal.c

  Log Message:
  -----------
  [Fixed Point] [AST] Add an AST serialization code for fixed-point literals.

Summary:
This patch adds the EXPR_FIXEDPOINT_LITERAL AST
code to serialize FixedPointLiterals. They were previously
being serialized with the code for integer literals, which
doesn't work properly.

Reviewers: leonardchan, rjmccall

Reviewed By: leonardchan, rjmccall

Subscribers: vabridgers, JesperAntonsson, bjope, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D57226




More information about the All-commits mailing list