]> granicus.if.org Git - clang/commit
Teach getCXXRecordDeclForPointerType about references.
authorJordan Rose <jordan_rose@apple.com>
Wed, 3 Oct 2012 01:08:28 +0000 (01:08 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 3 Oct 2012 01:08:28 +0000 (01:08 +0000)
commit041ce8e00afd1185549a25d5c2b97d219ae032d9
tree2822099dd1b8e0266c4aa27d3ca543290fa1022c
parent6b2cc42f1504db6577fd67fa55ef023254744e2c
Teach getCXXRecordDeclForPointerType about references.

Then, rename it getPointeeCXXRecordDecl and give it a nice doc comment,
and actually use it.

No intended functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165077 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/Type.cpp
lib/CodeGen/CGExprScalar.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp