Thanks for the quick review, Peter. Committed in r217043. ================ Comment at: lib/Sema/SemaCUDA.cpp:14 @@ +13,3 @@ + +#include "clang/AST/ASTContext.h" +#include "clang/AST/Decl.h" ---------------- pcc wrote: > You should include clang/Sema/Sema.h first per the coding standards. Done. http://reviews.llvm.org/D5160