]> granicus.if.org Git - clang/commit
float, double, and long double do need extra data in the
authorDouglas Gregor <dgregor@apple.com>
Mon, 18 Jan 2010 20:37:56 +0000 (20:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 18 Jan 2010 20:37:56 +0000 (20:37 +0000)
commitd038f361d2b4368af7ab85bd04d5aafcc3ea649d
tree5c83b0b3a4151d11745df26c607d70b7c28b7770
parentcf84aa46def41cccf4dd4c51cd0543b70c11e4eb
float, double, and long double do need extra data in the
BuiltinTypeLoc structure. Thanks, Enea!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93763 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/TypeLoc.h
lib/AST/TypeLoc.cpp