]> granicus.if.org Git - clang/commit
Allow the fast path through ASTContext::getTypeDeclType to be inlined.
authorJohn McCall <rjmccall@apple.com>
Wed, 10 Mar 2010 06:48:02 +0000 (06:48 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 10 Mar 2010 06:48:02 +0000 (06:48 +0000)
commitbecb8d5a6ab5103393eac5344ae69bcb860601dd
treeb6df95fae3d01bfe0e12fa26376d6c9e3c7461ed
parentc8023788ace75cf0a0417b9b88e643ceebae91e2
Allow the fast path through ASTContext::getTypeDeclType to be inlined.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98138 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp