]> granicus.if.org Git - clang/commit
Add an "implicit" bit to CXXThisExpr, so that we can track
authorDouglas Gregor <dgregor@apple.com>
Thu, 7 Jan 2010 23:12:05 +0000 (23:12 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 7 Jan 2010 23:12:05 +0000 (23:12 +0000)
commit828a197317288e3333b0ce6f5cedadd036e3531f
tree11b4307b3f971868641db8a8d84e4a20c5111516
parentf292fcf6bd5118499a830e0950429effeb373c28
Add an "implicit" bit to CXXThisExpr, so that we can track
implicitness without losing track of the (logical or actual) location
where "this" would occur in the source.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92958 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/TreeTransform.h