]> granicus.if.org Git - clang/commit
Method who have definitions in structs/classes are semantically inline.
authorChris Lattner <sabre@nondot.org>
Tue, 12 May 2009 20:55:07 +0000 (20:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 12 May 2009 20:55:07 +0000 (20:55 +0000)
commit0afeaa3ff83d88c52bf785825d6bab8848f44772
tree2b4fbc73d493b6df256f0421e288948e657ac02c
parent3eb67ca786ef75bad43d30349c7334b921ba0dbc
Method who have definitions in structs/classes are semantically inline.
Per the FIXME, it might be interesting to track whether the inline keyword
was also used on the method, but for now we don't do this.  Testcase pending.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71589 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp