llvm-project/clang/test
Dan Gohman 95da64da23 [WebAssembly] Use single-threaded mode when -matomics isn't enabled.
When the -matomics feature is not enabled, disable POSIXThreads
mode and set the thread model to Single, so that we don't predefine
macros like `__STDCPP_THREADS__`.

Differential Revision: https://reviews.llvm.org/D96091
2021-02-04 18:16:48 -08:00
..
APINotes [NFC][tests] Replace use of GNUisms in usage of diff 2020-11-08 12:07:51 -05:00
ARCMT [clang][cli] Turn arcmt-* options into a single option 2020-11-18 10:53:41 +01:00
AST [clang-tblgen] AnnotateAttr::printPretty has spurious comma when no variadic argument is specified 2021-02-03 11:41:38 -08:00
ASTMerge [ASTImporter] Add support for importing GenericSelectionExpr AST nodes. 2020-12-16 15:39:50 -08:00
Analysis [test] Use host platform specific error message substitution in lit tests - continued 2021-02-03 09:53:22 -05:00
CXX Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, not 2021-01-19 12:48:40 -08:00
ClangScanDeps Revert "[clang-scan-deps] Support clang-cl" 2020-12-14 13:32:38 -05:00
CodeCompletion [CodeComplete] Guess type for designated initializers 2021-02-04 22:14:49 +01:00
CodeGen [Hexagon] Add clang builtin definitions for Hexagon V68 2021-02-04 09:54:52 -06:00
CodeGenCUDA Revert "[hip][cuda] Enable extended lambda support on Windows." 2021-02-04 07:10:46 -05:00
CodeGenCXX Give this test a target triple. 2021-02-03 23:38:52 -08:00
CodeGenCoroutines [test] Move coro-retcon-unreachable.ll into llvm/test 2021-01-07 14:06:01 -08:00
CodeGenHIP
CodeGenObjC Revert "[ObjC][ARC] Annotate calls with attributes instead of emitting retainRV" 2021-01-25 13:53:38 -08:00
CodeGenObjCXX [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
CodeGenOpenCL [AMDGPU] Set s-memtime-inst feature from clang 2021-02-01 14:20:43 -08:00
CodeGenOpenCLCXX [OpenCL] Fix address space in binding of initializer lists to referencs 2021-02-03 12:48:21 +00:00
CodeGenSYCL
Coverage
CoverageMapping [Coverage] Propogate counter to condition of conditional operator 2021-02-03 13:33:22 -08:00
Driver [clang][Arm] Fix handling of -Wa,-march= 2021-02-04 16:36:15 +00:00
FixIt
Format [test] Use host platform specific error message substitution in lit tests - continued 2021-02-03 09:53:22 -05:00
Frontend [clang][cli] Command line round-trip for HeaderSearch options 2021-02-04 10:18:34 +01:00
Headers [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
Import clang-import-test: Clean up error output for files that cannot be found 2020-12-11 17:07:58 -08:00
Index [ASTReader] Allow controlling separately whether validation should be disabled for a PCH vs a module file 2021-01-21 20:45:54 -08:00
Integration
InterfaceStubs
Layout [Frontend] Add pragma align natural and sort out pragma pack stack effect 2021-01-13 10:53:24 -05:00
Lexer [c++2b] Add tests for feature test macros. 2020-12-18 13:42:23 -08:00
Misc [clang-cl] Remove the /fallback option 2021-02-04 10:33:16 +01:00
Modules [ASTReader] Always rebuild a cached module that has errors 2021-02-03 22:06:46 -08:00
OpenMP [OpenMP][NVPTX] Take functions in `deviceRTLs` as `convergent` 2021-02-03 20:58:12 -05:00
PCH [clang] Allow LifetimeExtendedTemporary to have no access specifier 2021-01-18 19:19:57 +01:00
Parser [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item 2021-02-03 07:50:50 -06:00
Preprocessor [WebAssembly] Use single-threaded mode when -matomics isn't enabled. 2021-02-04 18:16:48 -08:00
Profile [clang] Add -fprofile-prefix-map 2021-01-25 10:14:04 -08:00
Refactor
Rewriter
Sema Correct some confused diagnostic terminology 2021-02-04 15:52:07 -05:00
SemaCUDA [CUDA][HIP] Fix checking dependent initalizer 2021-02-04 18:04:54 -05:00
SemaCXX [AST] Update LVal before evaluating lambda decl fields. 2021-02-04 17:01:09 -08:00
SemaObjC [clang] Fix message text for `-Wpointer-sign` to account for plain char 2021-01-11 18:41:14 -05:00
SemaObjCXX [Sema] Fix an assertion failure in -Wcompletion-handler 2021-01-25 13:02:02 -05:00
SemaOpenCL Correct some confused diagnostic terminology 2021-02-04 15:52:07 -05: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
Templight
Tooling [Syntax] Add syntax-tree-dump in clang-check. 2021-01-29 14:10:27 +01:00
Unit
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 [utils] Fix UpdateTestChecks case where 2 runs differ for last label 2020-12-15 07:16:54 -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 [test] Default clang/test to FileCheck --allow-unused-prefixes=false 2021-02-02 11:22:46 -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