llvm-project/clang/test
Alexey Bataev 3c191ae555 [OPENMP]Fix PR45383: type dependent array subscripts are diagnosed erroneously.
Summary:
If the array subscript expression is type depent, its analysis must be
delayed before its instantiation.

Reviewers: jdoerfert

Subscribers: yaxunl, guansong, caomhin, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D78637
2020-06-04 09:34:59 -04:00
..
ARCMT
AST Fix compiler crash when an expression parsed in the tentative parsing and must be claimed in the another evaluation context. 2020-06-02 14:27:33 -04:00
ASTMerge
Analysis [analyzer] Ignore calculated indices of <= 0 in VLASizeChecker 2020-06-04 07:25:35 -05:00
CXX Undo removal of test for dr777. 2020-06-02 14:19:42 -07:00
ClangScanDeps
CodeCompletion [AST] Preserve the type in RecoveryExprs for broken function calls. 2020-05-11 08:46:18 +02:00
CodeGen [SveEmitter] Add SVE ACLE for svld1ro. 2020-06-03 14:44:07 +00:00
CodeGenCUDA [CUDA][HIP] Fix constexpr variables for C++17 2020-06-03 21:56:52 -04:00
CodeGenCXX [Matrix] Implement matrix index expressions ([][]). 2020-06-01 20:08:49 +01:00
CodeGenCoroutines [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
CodeGenHIP
CodeGenObjC Clean up clang/test/CodeGenObjC/os_log.m 2020-06-01 13:47:20 -07:00
CodeGenObjCXX [os_log][test] Remove -O1 from a test, NFC 2020-06-01 16:54:16 -07:00
CodeGenOpenCL Fix test on PS4 linux bot. 2020-06-02 20:17:02 +00:00
CodeGenOpenCLCXX [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
CodeGenSYCL [SYCL] Update __builtin_unique_stable_name for other backends. 2020-04-17 07:54:18 -07:00
Coverage
CoverageMapping
Driver [WebAssembly] Add support for -mexec-model=reactor 2020-06-03 14:02:47 -07:00
FixIt
Format
Frontend [Lexer] Fix invalid suffix diagnostic for fixed-point literals 2020-05-27 16:16:56 -07:00
Headers [OpenMP][SYCL] Improve diagnosing of unsupported types usage 2020-05-29 18:00:48 +03:00
Import
Index [clang][index] Fix a crash for accessing a null field decl. 2020-05-21 09:47:36 +02:00
Integration
InterfaceStubs [llvm][clang][IFS] Enhancing the llvm-ifs yaml format for symbol lists. 2020-04-01 10:49:06 -04:00
Layout [MS] Fix packed struct layout for arrays of aligned non-record types 2020-04-14 18:34:52 -07:00
Lexer [clang][slh] Add test for SLH feature checking macro 2020-05-15 12:23:31 -07:00
Misc [Clang] Add a new warning to warn when passing uninitialized variables as const reference parameters to a function 2020-06-02 10:21:02 -07:00
Modules [clang] Always allow including builtin headers in [no_undeclared_headers] modules. 2020-06-04 08:33:39 +02:00
OpenMP [OPENMP]Fix PR45383: type dependent array subscripts are diagnosed erroneously. 2020-06-04 09:34:59 -04:00
PCH [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
Parser [clang][asm goto][slh] Warn if asm goto + SLH 2020-05-20 09:46:18 -07:00
ParserSYCL [SYCL] Implement __builtin_unique_stable_name. 2020-03-25 07:01:50 -07:00
Preprocessor Define __SPIR__ macro for spir/spir64 targets. 2020-06-03 12:36:21 -07:00
Profile [PGO] Fix computation of function Hash 2020-05-27 09:15:21 +02:00
Refactor
Rewriter
Sema Support ExtVectorType conditional operator 2020-06-02 16:35:42 +00:00
SemaCUDA [CUDA][HIP] Fix constexpr variables for C++17 2020-06-03 21:56:52 -04:00
SemaCXX [clang][Sema] SequenceChecker: C++17 sequencing rule for call expressions. 2020-06-03 12:35:12 +01:00
SemaObjC [Matrix] Implement matrix index expressions ([][]). 2020-06-01 20:08:49 +01:00
SemaObjCXX [AST] dont invaliate VarDecl when the initializer contains errors. 2020-04-21 10:53:35 +02:00
SemaOpenCL [OpenCL] Add cl_khr_extended_subgroup extensions. 2020-06-04 13:29:30 +01:00
SemaOpenCLCXX [OpenCL] Added addrspace_cast operator in C++ mode. 2020-05-18 12:07:54 +01:00
SemaSYCL [OpenMP][SYCL] Improve diagnosing of unsupported types usage 2020-05-29 18:00:48 +03:00
SemaTemplate PR45589: Properly decompose overloaded `&&` and `||` operators in 2020-05-12 13:45:45 -07:00
TableGen
Templight
Tooling [Tooling] Drop leading/trailing whitespace from compile_flags.txt lines 2020-05-19 11:20:02 +02:00
Unit Revert a few unsuccessful attempts at fixing bots. 2020-04-13 17:09:21 -04:00
VFS
clang-rename
utils/update_cc_test_checks [utils] change default nameless value to "TMP" 2020-06-01 06:54:45 -04:00
.clang-format
CMakeLists.txt Stop passing site cfg files via --param to llvm-lit. 2020-04-07 08:20:40 -04:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Fix an indent. 2020-04-13 11:54:00 -04:00
lit.site.cfg.py.in Revert "Temporarily revert "build: use `find_package(Python3)` if available"" 2020-04-29 01:38:08 +00:00
make_test_dirs.pl