[cfe-commits] r111184 - in /cfe/trunk: include/clang/Frontend/ASTUnit.h lib/Frontend/ASTUnit.cpp test/Index/complete-hiding.c

Chris Lattner clattner at apple.com
Mon Aug 16 15:32:16 PDT 2010


On Aug 16, 2010, at 2:18 PM, Douglas Gregor wrote:

> Implement name hiding of cached global code-completion results.
> 
> Added:
>    cfe/trunk/test/Index/complete-hiding.c
> Modified:
>    cfe/trunk/include/clang/Frontend/ASTUnit.h
>    cfe/trunk/lib/Frontend/ASTUnit.cpp
> 
> Modified: cfe/trunk/include/clang/Frontend/ASTUnit.h
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/ASTUnit.h?rev=111184&r1=111183&r2=111184&view=diff
> ==============================================================================
> --- cfe/trunk/include/clang/Frontend/ASTUnit.h (original)
> +++ cfe/trunk/include/clang/Frontend/ASTUnit.h Mon Aug 16 16:18:39 2010
> @@ -25,6 +25,7 @@
> #include "llvm/ADT/OwningPtr.h"
> #include "llvm/ADT/SmallVector.h"
> #include "llvm/ADT/StringMap.h"
> +#include "llvm/ADT/StringSet.h"

Why the new #include?

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100816/13945e6f/attachment.html>


More information about the cfe-commits mailing list