----- Original Message ----- > From: "Alexey Bataev" <[email protected]> > To: [email protected], [email protected], "a bataev" <[email protected]> > Cc: [email protected] > Sent: Friday, February 8, 2013 3:34:15 AM > Subject: Re: [PATCH] OpenMP threadprivate directive > > Code fixed after review by Hal Finkel
For the record, I had looked at these changes and they address my concerns. Dmitri, Doug, what's the current status of this from your end? Thanks again, Hal > > Hi doug.gregor, gribozavr, hfinkel, > > http://llvm-reviews.chandlerc.com/D356 > > CHANGE SINCE LAST DIFF > http://llvm-reviews.chandlerc.com/D356?vs=841&id=922#toc > > Files: > test/OpenMP/no_option.c > test/OpenMP/threadprivate_ast_print.cpp > test/OpenMP/predefined_macro.c > test/OpenMP/fno-openmp_option.c > test/OpenMP/threadprivate_messages.cpp > include/clang/Basic/OpenMPKinds.def > include/clang/Basic/DiagnosticGroups.td > include/clang/Basic/LangOptions.def > include/clang/Basic/OpenMPKinds.h > include/clang/Basic/LangOptions.h > include/clang/Basic/TokenKinds.def > include/clang/Basic/DeclNodes.td > include/clang/Basic/DiagnosticParseKinds.td > include/clang/Basic/DiagnosticSemaKinds.td > include/clang/Sema/Sema.h > include/clang/AST/DeclOpenMP.h > include/clang/AST/DeclVisitor.h > include/clang/AST/RecursiveASTVisitor.h > include/clang/AST/Decl.h > include/clang/Driver/Options.td > include/clang/Parse/Parser.h > include/clang/Serialization/ASTBitCodes.h > tools/libclang/RecursiveASTVisitor.h > tools/libclang/CIndex.cpp > lib/Frontend/InitPreprocessor.cpp > lib/Frontend/ASTConsumers.cpp > lib/Frontend/CompilerInvocation.cpp > lib/Basic/OpenMPKinds.cpp > lib/Basic/CMakeLists.txt > lib/Sema/SemaOpenMP.cpp > lib/Sema/SemaTemplateInstantiateDecl.cpp > lib/AST/DeclPrinter.cpp > lib/AST/DeclOpenMP.cpp > lib/AST/CMakeLists.txt > lib/AST/DeclBase.cpp > lib/CodeGen/CGDecl.cpp > lib/Parse/ParsePragma.cpp > lib/Parse/ParsePragma.h > lib/Parse/ParseStmt.cpp > lib/Parse/ParseDeclCXX.cpp > lib/Parse/ParseOpenMP.cpp > lib/Parse/Parser.cpp > lib/Parse/CMakeLists.txt > lib/Serialization/ASTCommon.cpp > lib/Serialization/ASTReaderDecl.cpp > lib/Serialization/ASTWriterDecl.cpp > > _______________________________________________ > 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
