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

Douglas Gregor dgregor at apple.com
Mon Aug 16 16:09:52 PDT 2010


On Aug 16, 2010, at 3:32 PM, Chris Lattner wrote:

> 
> 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?

... it was meant for the .cpp file. Fixed in r111204. Thanks!

	- Doug

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


More information about the cfe-commits mailing list