]> granicus.if.org Git - clang/commit
[Allocator] Make the ContentCache object actually carry the 8-byte
authorChandler Carruth <chandlerc@gmail.com>
Tue, 15 Apr 2014 21:34:12 +0000 (21:34 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 15 Apr 2014 21:34:12 +0000 (21:34 +0000)
commit64729e56dcc98a52cfce71e874f057bb6a064b19
treed34f946ce4223a7b1a4039614ae23f319b322807
parent859d2b24895e5bfaa52005a48a36236024175bfb
[Allocator] Make the ContentCache object actually carry the 8-byte
alignment constraint rather than using the allocator function's over
alignment "feature". This was the only use of the "feature" which I plan
to remove next. =] Attaching the alignment to the type seems cleaner and
more principled anyways.

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