[all-commits] [llvm/llvm-project] ea64e6: [OPENMP]Initial support for error directive.
jyu2-git via All-commits
all-commits at lists.llvm.org
Wed Nov 2 14:45:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea64e66f7b71dfd52e9701a080b8216052344962
https://github.com/llvm/llvm-project/commit/ea64e66f7b71dfd52e9701a080b8216052344962
Author: Jennifer Yu <jennifer.yu at intel.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M clang/include/clang-c/Index.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/include/clang/AST/StmtOpenMP.h
M clang/include/clang/Basic/StmtNodes.td
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Serialization/ASTBitCodes.h
M clang/lib/AST/StmtOpenMP.cpp
M clang/lib/AST/StmtPrinter.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Sema/SemaExceptionSpec.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
A clang/test/OpenMP/error_ast_print.cpp
A clang/test/OpenMP/error_message.cpp
M clang/tools/libclang/CIndex.cpp
M clang/tools/libclang/CXCursor.cpp
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[OPENMP]Initial support for error directive.
Differential Revision: https://reviews.llvm.org/D137209
More information about the All-commits
mailing list