llvm-project/clang/test
David Pagan 37471cf2c3 [clang][OpenMP] Local variable alignment incorrect with align clause
If alignment specified with align clause is less than natural alignment for
list item type, the alignment should be set to the natural alignment.

See OMP5.1 specification, page 185, lines 7-10

Differential Revision: https://reviews.llvm.org/D124676
2022-05-03 13:10:01 -07:00
..
APINotes
ARCMT [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
AST Reland "[AST] Add a new TemplateKind for template decls found via a using decl."" 2022-04-14 11:04:55 +02:00
ASTMerge
Analysis [analyzer] Check for std::__addressof for inner pointer checker 2022-05-03 14:05:19 +02:00
CXX Revert "Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""" 2022-05-02 11:12:14 -07:00
ClangScanDeps [Tooling/DependencyScanning] Make skipping excluded PP ranges during dependency scanning the default 2022-04-28 15:23:03 -07:00
CodeCompletion
CodeGen [Clang] Add integer add reduction builtin 2022-05-02 11:03:25 +01:00
CodeGenCUDA [CUDA][HIP] Fix mangling number for local struct 2022-04-28 19:54:43 -04:00
CodeGenCUDASPIRV [Driver][test] Remove unused/obsoleted REQUIRES: clang-driver 2022-04-12 13:29:46 -07:00
CodeGenCXX [clang][AArch64][SVE] Implement conditional operator for SVE vectors 2022-05-03 13:10:32 +00:00
CodeGenCoroutines [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
CodeGenHIP [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
CodeGenHLSL [HLSL][clang][Driver] Support validator version command line option. 2022-04-29 16:48:08 -07:00
CodeGenObjC [SimplifyCFG] Thread branches on same condition in more cases (PR54980) 2022-04-29 09:44:05 +02:00
CodeGenObjCXX [SimplifyCFG] Thread branches on same condition in more cases (PR54980) 2022-04-29 09:44:05 +02:00
CodeGenOpenCL [AMDGPU][clang] Definition of gfx11 subtarget 2022-04-29 13:55:56 -04:00
CodeGenOpenCLCXX [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
CodeGenSYCL [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
Coverage [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
CoverageMapping Revert "[InstrProfiling] No runtime hook for unused funcs" 2022-04-06 01:41:44 +00:00
Driver [Driver][test] Remove clang{{.*}} when testing -cc1 command lines 2022-05-02 17:08:20 -07:00
ExtractAPI ExtractAPI: Use %clang_cc1 and -verify in enum.c 2022-05-03 11:57:24 -07:00
FixIt [C89/C2x] Improve diagnostics around strict prototypes in C 2022-04-08 16:19:58 -04:00
Format [clang-format] Allow empty .clang-format file 2022-04-12 21:20:54 -07:00
Frontend Revert "[clang][safestack] Remove triple from stack usage test" 2022-04-21 22:47:56 +00:00
Headers [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
Import [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
Index Clear temporary file in test, buildbot appears to be reusing an old one. 2022-04-25 17:26:39 +02:00
Integration
InterfaceStubs
Interpreter
Layout
Lexer [clang][lexer] Allow u8 character literal prefixes in C2x 2022-04-19 09:57:51 +02:00
LibClang
Misc [AArch64] Support for Ampere1 core 2022-05-03 15:54:02 +01:00
Modules [modules] Merge equivalent extensions and diagnose ivar redeclarations for extensions loaded from different modules. 2022-04-27 15:52:59 -07:00
OpenMP [clang][OpenMP] Local variable alignment incorrect with align clause 2022-05-03 13:10:01 -07:00
PCH Revert "Revert "Revert "[clang][pp] adds '#pragma include_instead'""" 2022-04-22 16:37:20 +00:00
Parser [C2x] Disallow functions without prototypes/functions with identifier lists 2022-04-20 13:28:15 -04:00
ParserHLSL [HLSL] Adjust access specifier behavior 2022-04-28 10:37:50 -05:00
ParserSYCL
Preprocessor [clang][preprocessor] Add more macros to target AVR 2022-05-02 04:37:57 +00:00
Profile [NFC] Rename Instrinsic to Intrinsic 2022-04-25 18:13:23 +01:00
Refactor Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
Rewriter [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
Sema [randstruct] Move initializer check to be more effective 2022-05-03 11:23:12 -07:00
SemaCUDA [CUDA][HIP] Fix delete operator for -fopenmp 2022-04-19 14:28:03 -04:00
SemaCXX [clang][AArch64][SVE] Implement conditional operator for SVE vectors 2022-05-03 13:10:32 +00:00
SemaHLSL [HLSL] Add shader attribute 2022-04-20 23:46:43 -07:00
SemaObjC [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
SemaObjCXX re-roll-forward "[clang] Mark `trivial_abi` types as "trivially relocatable""."" 2022-04-28 14:53:59 +02:00
SemaOpenCL Generalize calls to ImplicitlyDefineFunction 2022-04-30 10:03:51 -04:00
SemaOpenCLCXX
SemaSYCL
SemaTemplate Revert "Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""" 2022-05-02 11:12:14 -07:00
TableGen
Templight
Tooling
Unit Use lit_config.substitute instead of foo % lit_config.params everywhere 2022-03-16 09:57:41 +01:00
VFS [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
clang-rename
utils/update_cc_test_checks [Clang] Add -no-opaque-pointers to more tests (NFC) 2022-04-07 12:53:29 +02:00
.clang-format
CMakeLists.txt [Driver] Change CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL to affect driver default instead of cc1 default 2022-04-13 16:58:00 -07:00
TestRunner.sh
lit.cfg.py [OpenMP] Add better testing for the linker wrapper 2022-04-19 18:37:09 -04:00
lit.site.cfg.py.in [Driver] Change CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL to affect driver default instead of cc1 default 2022-04-13 16:58:00 -07:00