]> granicus.if.org Git - clang/commit
Implement PCH support for offsetof(base-specifier).
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 29 Jul 2010 18:16:10 +0000 (18:16 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 29 Jul 2010 18:16:10 +0000 (18:16 +0000)
commitafbf3127cbdebc7d3d8711c51b1d013afa57e849
treef8d63ae4965039c34e3f2a91253f8c0ee4ef976f
parent90e99a84ddd020e8fda79643748243725a2ed071
Implement PCH support for offsetof(base-specifier).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109785 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriterStmt.cpp
test/PCH/cxx-offsetof-base.cpp [new file with mode: 0644]
test/PCH/cxx-offsetof-base.h [new file with mode: 0644]