On Jan 19, 2010, at 5:36 PM, John McCall wrote:

> Author: rjmccall
> Date: Tue Jan 19 19:36:13 2010
> New Revision: 93964
>
> URL: http://llvm.org/viewvc/llvm-project?rev=93964&view=rev
> Log:
> Make UnresolvedSet.h standalone.

Hi John,

Please use "" style #includes for llvm and clang headers, not <>'s

-Chris

>
>
> Modified:
>    cfe/trunk/include/clang/AST/UnresolvedSet.h
>
> Modified: cfe/trunk/include/clang/AST/UnresolvedSet.h
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/UnresolvedSet.h?rev=93964&r1=93963&r2=93964&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/include/clang/AST/UnresolvedSet.h (original)
> +++ cfe/trunk/include/clang/AST/UnresolvedSet.h Tue Jan 19 19:36:13  
> 2010
> @@ -17,6 +17,8 @@
>
> #include <iterator>
> #include <llvm/ADT/PointerIntPair.h>
> +#include <llvm/ADT/SmallVector.h>
> +#include <clang/Basic/Specifiers.h>
>
> namespace clang {
>
>
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to