]> granicus.if.org Git - clang/commit
Factor out repeated code to build 'this' expressions and mark them
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 May 2019 01:35:07 +0000 (01:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 May 2019 01:35:07 +0000 (01:35 +0000)
commitef7787eca570ab5e50551fcfe22f6368927d7a5a
treef222b2128719b47dad5400569a48dd2462708b07
parent9ff01fd50431269d0f6c0df3347e4a902d0fcf00
Factor out repeated code to build 'this' expressions and mark them
referenced.

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