]> granicus.if.org Git - clang/commit
Make it possible to compute the type of 'this' without capturing
authorDouglas Gregor <dgregor@apple.com>
Tue, 18 Oct 2011 16:47:30 +0000 (16:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 18 Oct 2011 16:47:30 +0000 (16:47 +0000)
commit341350ee62abd1ad818e1e3d926cd718960e439b
tree5a0762b6ec2cb734e5de95f456f2759e49fc7f76
parenta50216cdd5c4102b051d5837c239ec0bb5bde6e5
Make it possible to compute the type of 'this' without capturing
it. Refactoring to be used in a moment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142360 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprMember.cpp