llvm-project/clang/test
Keith Smiley a2db7d5e9c reland: [clang] Don't append the working directory to absolute paths
This fixes a bug that happens when using -fdebug-prefix-map to remap an
absolute path to a relative path. Since the path was absolute before
remapping, it is safe to assume that concatenating the remapped working
directory would be wrong.

This was originally submitted as https://reviews.llvm.org/D113718, but
reverted because when testing with dwarf 5 enabled, the tests were too
strict.

Differential Revision: https://reviews.llvm.org/D121663
2022-03-15 13:42:35 -07:00
..
APINotes
ARCMT Use functions with prototypes when appropriate; NFC 2022-02-17 15:33:50 -05:00
AST Implement literal suffixes for _BitInt 2022-03-14 09:24:19 -04:00
ASTMerge Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
Analysis [analyzer] Fix buildbot failure for D120369 2022-03-07 14:56:04 +01:00
CXX [NFC] [C++20] [Modules] Add test to show private module fragment is not allowed in partition unit 2022-03-09 19:05:54 +08:00
ClangScanDeps [NFC][AIX] Disable precompiled module file test on AIX 2022-03-15 15:16:15 -04:00
CodeCompletion Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
CodeGen reland: [clang] Don't append the working directory to absolute paths 2022-03-15 13:42:35 -07:00
CodeGenCUDA [AMDGPU] Set noclobber metadata on loads instead of cast to constant 2022-03-07 23:13:02 -08:00
CodeGenCUDASPIRV [CUDA][SPIRV] Assign global address space to CUDA kernel arguments 2022-02-24 20:51:43 -08:00
CodeGenCXX [OpaquePtr][AArch64] Use elementtype on ldxr/stxr 2022-03-14 10:09:59 -07:00
CodeGenCoroutines [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
CodeGenHIP [HIPSPV] Fix literals are mapped to Generic address space 2022-02-05 17:26:52 -05:00
CodeGenObjC Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
CodeGenObjCXX [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
CodeGenOpenCL [AMDGPU] Add llvm.amdgcn.s.setprio intrinsic 2022-03-12 22:15:42 -08:00
CodeGenOpenCLCXX [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
CodeGenSYCL [SYCL] Disallow explicit casts between mismatching address spaces 2022-02-07 11:57:30 +03:00
Coverage Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
CoverageMapping Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
Driver Revert "[clang][driver] Emit a warning if -xc/-xc++ is after the last input file" 2022-03-16 01:17:17 +08:00
FixIt Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Format
Frontend [OpenMP] Try to embed offloading objects after codegen 2022-03-14 20:08:24 -04:00
Headers [clang][sema] Enable first-class bool support for C2x 2022-03-09 15:04:24 +01:00
Import
Index Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Integration Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
InterfaceStubs Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Interpreter
Layout
Lexer Implement literal suffixes for _BitInt 2022-03-14 09:24:19 -04:00
LibClang
Misc [AMDGPU] Add gfx1036 target 2022-03-02 23:26:38 +00:00
Modules [clang][modules] Fix failing test 2022-03-07 11:21:21 +01:00
OpenMP [clang] Fix OpenMP critical hint parameter check 2022-03-08 09:04:31 +08:00
PCH Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
Parser [clang][parser] Allow GNU attributes before namespace identifier 2022-03-15 22:30:22 +03:00
ParserSYCL
Preprocessor [AARCH64] ssbs should be enabled by default for cortex-x1, cortex-x1c, cortex-a77 2022-03-15 13:44:20 +00:00
Profile Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
Refactor Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
Rewriter Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
Sema [Clang] noinline stmt attribute - emit warnings rather than errors 2022-03-14 23:40:17 +01:00
SemaCUDA [CUDA][HIP] Do not promote constexpr var with non-constant initializer 2022-02-15 15:15:55 -05:00
SemaCXX [clang][SVE] Add support for arithmetic operators on SVE types 2022-03-11 15:39:44 +00:00
SemaObjC Clang `unused-but-set-variable` warnings should not apply to `__attribute__((objc_precise_lifetime))` Objective-C pointers 2022-02-24 14:26:05 -08:00
SemaObjCXX [clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially relocatable"". 2022-02-04 20:17:34 +01:00
SemaOpenCL [AMDGPU] Add llvm.amdgcn.s.setprio intrinsic 2022-03-12 22:15:42 -08:00
SemaOpenCLCXX [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
SemaSYCL [SYCL] Disallow explicit casts between mismatching address spaces 2022-02-07 11:57:30 +03:00
SemaTemplate [Concepts] Fix an assertion failure while diagnosing constrained 2022-03-15 13:11:32 -07:00
Syntax [pseudo] Rename {Preprocess,PPStructure} -> DirectiveMap. NFC 2022-03-07 17:41:35 +01:00
TableGen [clang] Introduce support for disabling warnings in system macros 2022-01-12 08:18:19 +00:00
Templight [Templight] Don't display empty strings for names of unnamed template parameters 2022-01-24 16:37:11 +01:00
Tooling [clang-check] Adjust argument adjusters for clang-check to strip options blocking the static analyzer 2022-01-14 10:05:47 +01:00
Unit [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
VFS Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
clang-rename
utils/update_cc_test_checks Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
.clang-format
CMakeLists.txt clang-analyzer plugins require LLVM_ENABLE_PLUGINS also 2022-02-16 11:59:09 -05:00
TestRunner.sh
cxx-sections.data
lit.cfg.py [analyzer] Don't crash if the analyzer-constraint is set to Z3, but llvm is not built with it 2022-02-25 17:51:37 +01:00
lit.site.cfg.py.in [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
make_test_dirs.pl