[PATCH] Split off CUDA-specific Sema parts to a new file

Eli Bendersky eliben at google.com
Wed Sep 3 08:37:21 PDT 2014


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






More information about the cfe-commits mailing list