llvm-project/clang/test
Richard Smith a892b0015e PR49465: Disallow constant evaluation of a call to operator delete(nullptr).
The only time we would consider allowing this is inside a call to
std::allocator<T>::deallocate, whose contract does not permit deletion
of null pointers.
2021-03-09 15:06:06 -08:00
..
APINotes
ARCMT
AST Implement P2173 for attributes on lambdas 2021-03-03 10:05:39 -05:00
ASTMerge Modify TypePrinter to differentiate between anonymous struct and unnamed struct 2021-02-22 14:16:43 -08:00
Analysis [clang] removes check against integral-to-pointer conversion... 2021-03-04 17:00:54 +00:00
CXX [clang] Fix constrained decltype(auto) deduction 2021-03-05 18:20:09 -08:00
ClangScanDeps Revert "[clang-scan-deps] Support clang-cl" 2020-12-14 13:32:38 -05:00
CodeCompletion [CodeComplete] Member completion: heuristically resolve some dependent base exprs 2021-02-11 11:03:40 +01:00
CodeGen Revert D97743 "Define __GCC_HAVE_DWARF2_CFI_ASM if applicable" 2021-03-09 12:14:12 -08:00
CodeGenCUDA Fix test cxx-call-kernel.cpp 2021-03-01 17:10:53 -05:00
CodeGenCXX [ExtVectorType] Support conditional select operator for C++. 2021-03-09 13:08:52 +00:00
CodeGenCoroutines [test] Move coro-retcon-unreachable.ll into llvm/test 2021-01-07 14:06:01 -08:00
CodeGenHIP
CodeGenObjC [ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead of 2021-03-04 11:22:30 -08:00
CodeGenObjCXX [ObjC] Encode pointers to C++ classes as "^v" if the encoded string 2021-02-18 09:38:26 -08:00
CodeGenOpenCL Revert "Revert "[AMDGPU] Restore the s_memtime instruction in gfx1030"" 2021-03-06 09:00:01 +00:00
CodeGenOpenCLCXX [OpenCL] Create VoidPtrTy with generic AS in C++ for OpenCL mode 2021-02-17 12:18:46 +03:00
CodeGenSYCL [SYCL] Ignore file-scope asm during device-side SYCL compilation. 2021-02-12 17:00:45 -08:00
Coverage
CoverageMapping Revert "Revert "[Coverage] Emit gap region between statements if first statements contains terminate statements."" 2021-03-04 11:52:43 -08:00
Driver [clang][driver] Support Darwin SDK names with an optional prefix in their name 2021-03-09 14:57:58 -08:00
FixIt [Sema] Fix diagnostics for one-byte length modifier 2021-03-09 16:56:20 +01:00
Format [test] Use host platform specific error message substitution in lit tests - continued 2021-02-03 09:53:22 -05:00
Frontend Move EntryExitInstrumentation pass location 2021-03-01 10:08:10 -08:00
Headers [OpenCL] Add macro definitions of OpenCL C 3.0 features 2021-02-05 18:42:25 +03:00
Import clang-import-test: Clean up error output for files that cannot be found 2020-12-11 17:07:58 -08:00
Index Modify TypePrinter to differentiate between anonymous struct and unnamed struct 2021-02-22 14:16:43 -08:00
Integration
InterfaceStubs [test] Make ELF tests less reliant on the lexicographical order of non-local symbols 2021-02-13 01:01:06 -08:00
Layout [Clang][Sema] Warn when function argument is less aligned than parameter 2021-03-09 10:37:32 +00:00
Lexer Revert "[c++20] Mark class type NTTPs as done and start defining the feature test macro." 2021-03-01 12:53:35 -08:00
Misc [PM] Show the pass argument in pre/post-pass IR dumps 2021-02-25 14:02:00 -08:00
Modules Make sure a module file with errors produced via '-fallow-pcm-with-compiler-errors' can be loaded when using implicit modules 2021-02-08 16:10:39 -08:00
OpenMP [OpenMP] Handle non-function context before checking for diagnostic 2021-03-05 12:37:49 -08:00
PCH Modify TypePrinter to differentiate between anonymous struct and unnamed struct 2021-02-22 14:16:43 -08:00
Parser [clang] Fix constrained decltype(auto) deduction 2021-03-05 18:20:09 -08:00
Preprocessor Revert D97743 "Define __GCC_HAVE_DWARF2_CFI_ASM if applicable" 2021-03-09 12:14:12 -08:00
Profile [Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-map,compilation-dir} 2021-02-25 21:40:12 -08:00
Refactor
Rewriter
Sema [Clang][Sema] Warn when function argument is less aligned than parameter 2021-03-09 10:37:32 +00:00
SemaCUDA [CUDA][HIP] Support accessing static device variable in host code for -fgpu-rdc 2021-02-24 18:23:45 -05:00
SemaCXX PR49465: Disallow constant evaluation of a call to operator delete(nullptr). 2021-03-09 15:06:06 -08:00
SemaObjC [clang][ObjC] allow the use of NSAttributedString * return type with format_arg attribute 2021-03-09 13:36:57 -08:00
SemaObjCXX [Sema] Fix an assertion failure in -Wcompletion-handler 2021-01-25 13:02:02 -05:00
SemaOpenCL [OpenCL] Fix builtins that require multiple extensions 2021-03-09 11:37:26 +00:00
SemaOpenCLCXX [OpenCL] Fix default address space in template argument deduction. 2021-02-04 13:51:53 +00:00
SemaSYCL Fix missing error for use of 128-bit integer inside SPIR64 device code. 2020-12-07 10:42:32 -08:00
SemaTemplate Fix miscomputation of dependence for elaborated types that are 2021-02-04 13:14:15 -08:00
TableGen Detect diagnostic groups that are defined in multiple 'def's. 2021-02-18 17:19:01 -08:00
Templight
Tooling [Syntax] Add syntax-tree-dump in clang-check. 2021-01-29 14:10:27 +01:00
Unit Support multi-configuration generators correctly in several config files 2021-02-11 09:32:20 -08:00
VFS [VFS] Add support to RedirectingFileSystem for mapping a virtual directory to one in the external FS. 2021-02-02 14:56:17 +10:00
clang-rename
utils/update_cc_test_checks Revert "Run non-filechecked commands in update_cc_test_checks.py" 2021-03-08 17:26:24 -08:00
.clang-format
CMakeLists.txt [clang] Add llvm-strip to test dependencies 2021-01-09 11:57:27 -08:00
TestRunner.sh
cxx-sections.data
lit.cfg.py [FileCheck] Default --allow-unused-prefixes to false 2021-02-08 13:37:04 -08:00
lit.site.cfg.py.in Reland [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/ 2020-12-01 14:00:32 -08:00
make_test_dirs.pl Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00