]> granicus.if.org Git - clang/commit
[AST][NFC] Pack ArraySubscriptExpr
authorBruno Ricci <riccibrun@gmail.com>
Tue, 20 Nov 2018 16:03:33 +0000 (16:03 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Tue, 20 Nov 2018 16:03:33 +0000 (16:03 +0000)
commitb03ce7b86b90fbdfd4f08e304f3f963ce9bfbe6f
tree0c245d85f0e84ef01a68451c4ae3b4e13528424f
parent20e1e29affefae82cbd2fd0c0306ce904ab87c33
[AST][NFC] Pack ArraySubscriptExpr

Use the newly available space in the bit-fields of Stmt.
This saves one pointer per ArraySubscriptExpr.

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