llvm-project/clang/lib
Alexey Bataev 1242d8f333 [OPENMP]Improve analysis of implicit captures.
If the variable is used in the OpenMP region implicitly, we need to
check the data-sharing attributes for such variables and generate
implicit clauses for them. Patch improves analysis of such variables for
better handling of data-sharing rules.

llvm-svn: 364683
2019-06-28 20:45:14 +00:00
..
ARCMigrate [PlistSupport] Produce a newline to end plist output files 2019-06-10 22:30:57 +00:00
AST [ODRHash] Fix null pointer dereference for ObjC selectors with empty slots. 2019-06-28 17:42:17 +00:00
ASTMatchers Revert "[clang] Fixing windows buildbot after D61552" 2019-06-20 10:34:02 +00:00
Analysis [analyzer] print() JSONify: ProgramPoint revision 2019-06-24 16:19:39 +00:00
Basic Fix build failure due to missing break 2019-06-26 03:33:03 +00:00
CodeGen [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
CrossTU [CTU] Add missing statistics 2019-06-28 08:08:51 +00:00
Driver Revert enabling frame pointer elimination on OpenBSD for now. 2019-06-28 19:57:51 +00:00
Edit Range-style std::find{,_if} -> llvm::find{,_if}. NFC 2019-03-31 08:48:19 +00:00
Format clang-format: better handle namespace macros 2019-06-06 20:06:23 +00:00
Frontend [Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarf 2019-06-26 21:36:35 +00:00
FrontendTool [clang-ifs] Clang Interface Stubs, first version (second landing attempt). 2019-06-20 16:59:48 +00:00
Headers [OpenCL] Restore ATOMIC_VAR_INIT 2019-06-24 10:06:40 +00:00
Index [clang][AST] ASTNameGenerator: A refactoring of CodegenNameGeneratorImpl (NFC). 2019-06-19 20:51:35 +00:00
Lex Fix __has_cpp_attribute expansion to produce trailing L and (where 2019-06-21 20:20:21 +00:00
Parse [ObjC] Improve error message for a malformed objc-type-name 2019-06-26 23:39:23 +00:00
Rewrite [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPiece 2019-05-29 19:21:59 +00:00
Sema [OPENMP]Improve analysis of implicit captures. 2019-06-28 20:45:14 +00:00
Serialization BitStream reader: propagate errors 2019-06-26 19:50:12 +00:00
StaticAnalyzer [analyzer] Fix clang-tidy crash on GCCAsmStmt 2019-06-27 22:46:40 +00:00
Tooling [clang-scan-deps] Introduce the DependencyScanning library with the 2019-06-26 21:11:51 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00