llvm-project/clang/lib
Alexey Bataev 4d4624c20c [OPENMP] Fix DSA processing for member declaration.
If the member declaration is captured in the OMPCapturedExprDecl, we may
loose data-sharing attribute info for this declaration. Patch fixes this
bug.

llvm-svn: 308629
2017-07-20 16:47:47 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [OPENMP] Initial support for 'task_reduction' clause. 2017-07-18 20:17:46 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis [clang] Fix handling of "%zd" format specifier 2017-07-14 22:57:00 +00:00
Basic [vfs] Assert that the status is known in equivalent(). 2017-07-20 11:57:02 +00:00
CodeGen [AArch64] Produce correct defaultlib directives for windows in MSVC style 2017-07-20 05:47:06 +00:00
Driver Reland "[mips] Teach the driver to accept -m(no-)gpopt." 2017-07-20 14:04:12 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: [JS] Correctly format JavaScript imports with long module paths 2017-07-18 14:00:19 +00:00
Frontend [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. 2017-07-18 08:55:03 +00:00
FrontendTool [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. 2017-07-18 08:55:03 +00:00
Headers [SystemZ] Add support for IBM z14 processor (3/3) 2017-07-17 17:47:35 +00:00
Index [Index] Prevent canonical decl becoming nullptr 2017-07-18 07:20:53 +00:00
Lex [NFC] Update local variable names to upper-case as per LLVM Coding Standards. 2017-07-20 01:10:56 +00:00
Parse Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (pop)' and suspicious uses of '#pragma pack' in included files" 2017-07-19 12:31:01 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
Serialization Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (pop)' and suspicious uses of '#pragma pack' in included files" 2017-07-19 12:31:01 +00:00
StaticAnalyzer Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound option" 2017-07-20 07:35:11 +00:00
Tooling Prevent ClangTools from generating dependency files. 2017-07-14 18:33:30 +00:00
CMakeLists.txt