llvm-project/clang/lib
Artem Belevich 016e4ebfde [DWARF] Allow toolchain to adjust specified DWARF version.
This is needed for CUDA compilation where NVPTX back-end only supports DWARF2,
but host compilation should be allowed to use newer DWARF versions.

Differential Revision: https://reviews.llvm.org/D92617
2020-12-09 16:34:34 -08:00
..
APINotes APINotes: add bitcode format schema definitions 2020-12-08 21:15:41 +00:00
ARCMigrate ARCMigrate: Migrate ObjCMT.cpp over to FileEntryRef 2020-12-09 14:16:05 -08:00
AST [ASTImporter] Support CXXDeductionGuideDecl with local typedef 2020-12-09 21:25:04 +01:00
ASTMatchers [llvm] Add asserts in (ThreadSafe)?RefCountedBase destructors 2020-12-07 20:20:08 +00:00
Analysis Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""" 2020-11-17 18:59:21 -08:00
Basic [clang][AMDGPU] rename sram-ecc as sramecc 2020-12-07 18:05:47 -05:00
CodeGen Don't setup inalloca for swiftcc on i686-windows-msvc 2020-12-09 11:08:48 -08:00
CrossTU [clang][NFC] Use SmallString instead of SmallVector<char 2020-11-17 13:02:58 +00:00
DirectoryWatcher ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC 2020-12-04 12:34:49 -08:00
Driver [DWARF] Allow toolchain to adjust specified DWARF version. 2020-12-09 16:34:34 -08:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format [clang-format] Add option for case sensitive regexes for sorted includes 2020-12-05 16:33:21 +00:00
Frontend Frontend: Use a getVirtualFileRef for a named pipe main file, NFC 2020-12-09 16:17:14 -08:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [PPC] Fixing a typo in altivec.h. Commenting out an unnecessary macro 2020-12-08 19:21:02 +00:00
Index Index: Remove unused internal header SimpleFormatContext.h, NFC 2020-12-04 15:10:27 -08:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC 2020-12-04 12:34:49 -08:00
Parse Fix inconsistent availability attribute message string literal check. 2020-12-08 12:33:59 -05:00
Rewrite SourceManager: Clarify that FileInfo always has a ContentCache, NFC 2020-10-23 12:38:53 -04:00
Sema Add new 'preferred_name' attribute. 2020-12-09 12:22:35 -08:00
Serialization Module: Use FileEntryRef and DirectoryEntryRef in Umbrella, Header, and DirectoryName, NFC 2020-12-02 14:07:23 -08:00
StaticAnalyzer [analyzer][StdLibraryFunctionsChecker] Add more return value contraints 2020-12-08 17:04:29 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling Tooling: Migrate to FileEntryRef in clang::tooling::applyAllReplacements, NFC 2020-12-09 16:31:38 -08:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00