]> granicus.if.org Git - clang/commit
Move CharacterLiteral, FloatingLiteral and UnaryExprOrTypeTraitExpr flags over into...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 26 Feb 2012 19:47:25 +0000 (19:47 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 26 Feb 2012 19:47:25 +0000 (19:47 +0000)
commitbb8a897f350f46475f36140480e82289f6baa020
tree5ccf2ff477ae0ef4e0166cab31b46d7165828dac
parent91219326471798c7d3b02dc48691581580338969
Move CharacterLiteral, FloatingLiteral and UnaryExprOrTypeTraitExpr flags over into Stmt.

Apply the inheritance-padding trick to FloatingLiteral.
Shrinks CharacterLiteral from 32 to 24 bytes and the other two from 40 to 32 bytes (x86_64).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151500 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/Stmt.h