]> granicus.if.org Git - clang/commit
add a new clang::APValue class at Eli's request. It is a discriminated
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jun 2008 05:45:53 +0000 (05:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jun 2008 05:45:53 +0000 (05:45 +0000)
commit8031a85dc88225723d960c7c142e4fe97c2f12fe
tree5e6360f27e477bbbf1253aac546b7b599475dd25
parent27933c17617efe4902a7d4a9f52c751f85a7d92f
add a new clang::APValue class at Eli's request.  It is a discriminated
union between [potentially complex] APInt/APFloat.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52609 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
include/clang/AST/APValue.h [new file with mode: 0644]