llvm-project/clang/test
Francis Visoiu Mistrih 60590b149b [Remarks][Driver] Ask for line tables when remarks are enabled
Serialized remarks contain debug locations for each remark, by storing a
file path, a line, and a column.

Also, remarks support being embedded in a .dSYM bundle using a separate
section in object files, that is found by `dsymutil` through the debug
map.

In order for tools to map addresses to source and display remarks in the
source, we need line tables, and in order for `dsymutil` to find the
object files containing the remark section, we need to keep the debug
map around.

Differential Revision: https://reviews.llvm.org/D71325
2019-12-11 17:59:46 -08:00
..
ARCMT
AST [AST] Enable expression of OpenCL language address spaces an attribute 2019-12-05 12:24:06 +03:00
ASTMerge
Analysis [analyzer] Do not cache out on some shared implicit AST nodes 2019-12-11 17:15:12 -08:00
CXX [c++20] Implement P1946R0: allow defaulted comparisons to take their 2019-12-10 19:54:35 -08:00
ClangScanDeps Revert "[clang][clang-scan-deps] Aggregate the full dependency information." 2019-12-11 16:35:55 -08:00
CodeCompletion
CodeGen [WebAssembly] Add new `export_name` clang attribute for controlling wasm export names 2019-12-11 11:54:57 -08:00
CodeGenCUDA
CodeGenCXX Fix detection of __attribute__((may_alias)) to properly look through 2019-12-11 14:04:37 -08:00
CodeGenCoroutines
CodeGenObjC Also synthesize _cmd and self for properties 2019-12-09 14:30:01 -08:00
CodeGenObjCXX Debug Info: Strengthen the synthesized-property-cleanup.mm test, NFC 2019-12-10 13:39:22 -08:00
CodeGenOpenCL [OpenCL] Fix mangling of single-overload builtins 2019-12-03 11:09:16 +00:00
CodeGenOpenCLCXX [OpenCL] Handle address space conversions for constexpr (PR44177) 2019-12-09 11:09:16 +00:00
Coverage
CoverageMapping Revert "[Coverage] Revise format to reduce binary size" 2019-12-04 10:35:14 -08:00
Driver [Remarks][Driver] Ask for line tables when remarks are enabled 2019-12-11 17:59:46 -08:00
FixIt
Format
Frontend [SYCL] Add support for auxiliary triple specification to Frontend 2019-12-11 12:40:43 +03:00
Headers
Import Tighten up CHECK lines added in a9f10ebffa to work on ARM. 2019-12-05 18:35:08 -08:00
Index Fix `sed -e s@FOO@%/S@` and similar when there's @'s in the working directory 2019-12-03 15:44:01 -08:00
Integration
InterfaceStubs [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs. 2019-12-09 14:47:17 -05:00
Layout
Lexer Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there."" 2019-11-26 20:28:52 -08:00
Misc [WebAssembly] Add new `export_name` clang attribute for controlling wasm export names 2019-12-11 11:54:57 -08:00
Modules Fix `sed -e s@FOO@%/S@` and similar when there's @'s in the working directory 2019-12-03 15:44:01 -08:00
OpenMP [OpenMP] Use the OpenMP-IR-Builder 2019-12-11 16:51:13 -06:00
PCH [c++20] Fix handling of unqualified lookups from a defaulted comparison 2019-12-09 17:40:36 -08:00
Parser Fix mishandling of invalid-but-non-empty nested name specifiers in name 2019-12-10 17:55:30 -08:00
Preprocessor Bug 43965 - Value of _MSVC_LANG doesn't match MSVC++ VS2019 /std:c++latest mode 2019-12-04 14:39:41 -08:00
Profile Revert "[Coverage] Revise format to reduce binary size" 2019-12-04 10:35:14 -08:00
Refactor
Rewriter
Sema [Wdocumentation] Use C2x/C++14 deprecated attribute 2019-12-10 21:16:18 +01:00
SemaCUDA
SemaCXX Suppress false-positive -Wuninitialized warnings in the constructor of a 2019-12-11 14:26:28 -08:00
SemaObjC Set a source location for Objective-C accessor stubs 2019-12-05 12:45:10 -08:00
SemaObjCXX
SemaOpenCL [AST] Enable expression of OpenCL language address spaces an attribute 2019-12-05 12:24:06 +03:00
SemaOpenCLCXX [OpenCL] Allow addr space qualifiers on lambda call expressions 2019-12-04 12:25:20 +00:00
SemaSYCL [SYCL] Add sycl_kernel attribute for accelerated code outlining 2019-12-03 16:13:22 +03:00
SemaTemplate Properly convert all declaration non-type template arguments when 2019-12-05 14:32:36 -08:00
TableGen
Templight
Tooling
Unit
VFS Fix `sed -e s@FOO@%/S@` and similar when there's @'s in the working directory 2019-12-03 15:44:01 -08:00
clang-rename
.clang-format
CMakeLists.txt
TestRunner.sh
cxx-sections.data
lit.cfg.py
lit.site.cfg.py.in
make_test_dirs.pl