On Tue, May 12, 2009 at 1:55 PM, Chris Lattner <[email protected]> wrote: > Author: lattner > Date: Tue May 12 15:55:07 2009 > New Revision: 71589 > > URL: http://llvm.org/viewvc/llvm-project?rev=71589&view=rev > Log: > 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.
Did you actually test this? As far as I can tell, it's impossible for IsFunctionDefinition to be true along this codepath. -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
