]> granicus.if.org Git - clang/commit
[AST][NFC] Pack CXXThisExpr
authorBruno Ricci <riccibrun@gmail.com>
Fri, 16 Nov 2018 17:38:35 +0000 (17:38 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Fri, 16 Nov 2018 17:38:35 +0000 (17:38 +0000)
commit23ec04c959c8048648ad3bc16c1d8e88619cdbbd
treec5a8442ec49855b41d8efcbce2c7f8d791dbdb5d
parent6161ebb147e73824cfc06648b887f7ba9fe19b6a
[AST][NFC] Pack CXXThisExpr

Use the newly available space in the bit-fields of Stmt.
This saves 8 bytes per CXXThisExpr.

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