<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 16, 2010, at 3:32 PM, Chris Lattner 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 Aug 16, 2010, at 2:18 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-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; font-size: medium; ">Implement name hiding of cached global code-completion results.<br><br>Added:<br>   cfe/trunk/test/Index/complete-hiding.c<br>Modified:<br>   cfe/trunk/include/clang/Frontend/ASTUnit.h<br>   cfe/trunk/lib/Frontend/ASTUnit.cpp<br><br>Modified: cfe/trunk/include/clang/Frontend/ASTUnit.h<br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/ASTUnit.h?rev=111184&r1=111183&r2=111184&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/ASTUnit.h?rev=111184&r1=111183&r2=111184&view=diff</a><br>==============================================================================<br>--- cfe/trunk/include/clang/Frontend/ASTUnit.h (original)<br>+++ cfe/trunk/include/clang/Frontend/ASTUnit.h Mon Aug 16 16:18:39 2010<br>@@ -25,6 +25,7 @@<br>#include "llvm/ADT/OwningPtr.h"<br>#include "llvm/ADT/SmallVector.h"<br>#include "llvm/ADT/StringMap.h"<br>+#include "llvm/ADT/StringSet.h"</span></blockquote></div><br><div>Why the new #include?</div></div></blockquote><br></div><div>... it was meant for the .cpp file. Fixed in r111204. Thanks!</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">      </span>- Doug</div><br></body></html>