]> granicus.if.org Git - clang/commit
Compress some bits. Only matters for MSVC, or if we ever
authorJohn McCall <rjmccall@apple.com>
Sun, 1 May 2011 02:13:58 +0000 (02:13 +0000)
committerJohn McCall <rjmccall@apple.com>
Sun, 1 May 2011 02:13:58 +0000 (02:13 +0000)
commitf1e4fbf3112f33ec5b7bc5c57ec148445190d0a8
tree94b0c3842412ddf9d069a6fd3c639a4627e2fbae
parentb7efff4bae117604f442bb6859c844f90b15f3ff
Compress some bits.  Only matters for MSVC, or if we ever
devirtualize Decl (because bits can't get laid out in base
classes if the base is POD).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130632 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/AST/Decl.cpp
lib/Serialization/ASTReaderDecl.cpp