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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits