[PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.

Michael Wong fraggamuffin at gmail.com
Tue Jul 21 06:46:23 PDT 2015


fraggamuffin added a comment.

This has been committed for Kelvin Li.

Command: Commit  
Modified: D:\llvmtrunk\tools\clang\include\clang\AST\DataRecursiveASTVisitor.h  
Modified: D:\llvmtrunk\tools\clang\include\clang\AST\RecursiveASTVisitor.h  
Modified: D:\llvmtrunk\tools\clang\include\clang\AST\StmtOpenMP.h  
Modified: D:\llvmtrunk\tools\clang\include\clang\Basic\OpenMPKinds.def  
Modified: D:\llvmtrunk\tools\clang\include\clang\Basic\StmtNodes.td  
Modified: D:\llvmtrunk\tools\clang\include\clang\Sema\Sema.h  
Modified: D:\llvmtrunk\tools\clang\include\clang\Serialization\ASTBitCodes.h  
Modified: D:\llvmtrunk\tools\clang\include\clang-c\Index.h  
Modified: D:\llvmtrunk\tools\clang\lib\AST\Stmt.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\AST\StmtPrinter.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\AST\StmtProfile.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\Basic\OpenMPKinds.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\CodeGen\CGStmt.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\CodeGen\CGStmtOpenMP.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\CodeGen\CodeGenFunction.h  
Modified: D:\llvmtrunk\tools\clang\lib\Parse\ParseOpenMP.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\Sema\SemaOpenMP.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\Sema\TreeTransform.h  
Modified: D:\llvmtrunk\tools\clang\lib\Serialization\ASTReaderStmt.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\Serialization\ASTWriterStmt.cpp  
Modified: D:\llvmtrunk\tools\clang\lib\StaticAnalyzer\Core\ExprEngine.cpp  
Adding: D:\llvmtrunk\tools\clang\test\OpenMP\target_data_ast_print.cpp  
Adding: D:\llvmtrunk\tools\clang\test\OpenMP\target_data_if_messages.cpp  
Adding: D:\llvmtrunk\tools\clang\test\OpenMP\target_data_messages.c  
Modified: D:\llvmtrunk\tools\clang\tools\libclang\CIndex.cpp  
Modified: D:\llvmtrunk\tools\clang\tools\libclang\CXCursor.cpp  
Sending content: D:\llvmtrunk\tools\clang\lib\AST\StmtPrinter.cpp  
Sending content: D:\llvmtrunk\tools\clang\lib\CodeGen\CodeGenFunction.h  
Sending content: D:\llvmtrunk\tools\clang\lib\CodeGen\CGStmtOpenMP.cpp  
Sending content: D:\llvmtrunk\tools\clang\include\clang\Basic\OpenMPKinds.def  
Sending content: D:\llvmtrunk\tools\clang\lib\Sema\TreeTransform.h  
Sending content: D:\llvmtrunk\tools\clang\include\clang\AST\DataRecursiveASTVisitor.h  
Sending content: D:\llvmtrunk\tools\clang\include\clang\Serialization\ASTBitCodes.h  
Sending content: D:\llvmtrunk\tools\clang\include\clang\Basic\StmtNodes.td  
Sending content: D:\llvmtrunk\tools\clang\lib\Sema\SemaOpenMP.cpp  
Sending content: D:\llvmtrunk\tools\clang\lib\StaticAnalyzer\Core\ExprEngine.cpp  
Sending content: D:\llvmtrunk\tools\clang\test\OpenMP\target_data_if_messages.cpp  
Sending content: D:\llvmtrunk\tools\clang\include\clang\AST\RecursiveASTVisitor.h  
Sending content: D:\llvmtrunk\tools\clang\include\clang-c\Index.h  
Sending content: D:\llvmtrunk\tools\clang\lib\AST\StmtProfile.cpp  
Sending content: D:\llvmtrunk\tools\clang\lib\Serialization\ASTReaderStmt.cpp  
Sending content: D:\llvmtrunk\tools\clang\lib\Parse\ParseOpenMP.cpp  
Sending content: D:\llvmtrunk\tools\clang\include\clang\AST\StmtOpenMP.h  
Sending content: D:\llvmtrunk\tools\clang\lib\CodeGen\CGStmt.cpp  
Sending content: D:\llvmtrunk\tools\clang\lib\Basic\OpenMPKinds.cpp  
Sending content: D:\llvmtrunk\tools\clang\lib\Serialization\ASTWriterStmt.cpp  
Sending content: D:\llvmtrunk\tools\clang\test\OpenMP\target_data_ast_print.cpp  
Sending content: D:\llvmtrunk\tools\clang\test\OpenMP\target_data_messages.c  
Sending content: D:\llvmtrunk\tools\clang\tools\libclang\CXCursor.cpp  
Sending content: D:\llvmtrunk\tools\clang\lib\AST\Stmt.cpp  
Sending content: D:\llvmtrunk\tools\clang\tools\libclang\CIndex.cpp  
Sending content: D:\llvmtrunk\tools\clang\include\clang\Sema\Sema.h  
Completed: At revision: 242785


http://reviews.llvm.org/D10765







More information about the cfe-commits mailing list