]> granicus.if.org Git - clang/commit
[Fixed Point Arithmetic] Add APFixedPoint to APValue
authorLeonard Chan <leonardchan@google.com>
Wed, 16 Jan 2019 18:53:05 +0000 (18:53 +0000)
committerLeonard Chan <leonardchan@google.com>
Wed, 16 Jan 2019 18:53:05 +0000 (18:53 +0000)
commitbfe5a44dde6243818898e7cfada316d762c59742
treeb79a62013085e5940e5d1a745ab1781062d45a82
parentad18a0d69778c7a02e398967aafd92318fc50a58
[Fixed Point Arithmetic] Add APFixedPoint to APValue

This adds APFixedPoint to the union of values that can be represented with an APValue.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351368 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/APValue.h
include/clang/AST/Type.h
include/clang/Basic/FixedPoint.h
lib/AST/APValue.cpp
lib/AST/ExprConstant.cpp
lib/AST/Type.cpp
lib/Basic/FixedPoint.cpp
lib/CodeGen/CGExprConstant.cpp
lib/Sema/SemaTemplate.cpp