]> granicus.if.org Git - clang/commit
Introduce FunctionDecl::isInlined() to tell whether a function should
authorDouglas Gregor <dgregor@apple.com>
Tue, 27 Oct 2009 21:11:48 +0000 (21:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 27 Oct 2009 21:11:48 +0000 (21:11 +0000)
commit7ced9c8529b734e313f62a3b81189d6f402f6713
tree285e8d2f98859e136af57377a329d8ad8eb40ca3
parent0130f3cc4ccd5f46361c48d5fe94133d74619424
Introduce FunctionDecl::isInlined() to tell whether a function should
be inlined.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85307 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/AST/Decl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp