<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 19, 2010, at 11:35 AM, Ted Kremenek wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 18, 2010, at 3:41 PM, Douglas Gregor wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><br>On May 18, 2010, at 3:32 PM, Ted Kremenek wrote:<br><br><blockquote type="cite">Author: kremenek<br></blockquote><blockquote type="cite">Date: Tue May 18 17:32:15 2010<br></blockquote><blockquote type="cite">New Revision: 104075<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=104075&view=rev">http://llvm.org/viewvc/llvm-project?rev=104075&view=rev</a><br></blockquote><blockquote type="cite">Log:<br></blockquote><blockquote type="cite">Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to distinguish between<br></blockquote><blockquote type="cite">forward declarations and definitions of structs/classes/enums.<br></blockquote><br>Could/should we generalize this to clang_isDeclarationADefinition(), making it work for any entity that has definitions? (Variables, Functions, Tags, etc.)<br><br><span class="Apple-tab-span" style="white-space: pre; ">   </span>- Doug<br></span></blockquote></div><br><div>It turns out we already have clang_isCursorDefinition(), so this function isn't needed at all.</div></div></blockquote></div><br><div>Even better!</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>- Doug</div></body></html>