]> granicus.if.org Git - clang/commit
Reduce the default alignment for ASTContext and Stmt/Expr allocation
authorDouglas Gregor <dgregor@apple.com>
Wed, 17 Mar 2010 18:46:59 +0000 (18:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 17 Mar 2010 18:46:59 +0000 (18:46 +0000)
commitf4e689b8528770001f4792f1f4ebdfb09d859e3d
treef9a6a8d63b3c72b03f65bc5c3a4ab0fb9825cafe
parent2399bed241125cd4dfc2284ee911342f06cc0d31
Reduce the default alignment for ASTContext and Stmt/Expr allocation
from 16 bytes to 8 bytes, since we don't ever use those low 4
bits. Should save some storage.

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