llvm-capstone/clang/lib
Doru Bercea 0eabf59528 Enable constexpr class members that are device-mapped to not be optimized out.
This patch fixes an issue whereby a constexpr class member which is
mapped to the device is being optimized out thus leading to a runtime
error.

Patch: https://reviews.llvm.org/D146552
2023-03-23 10:17:25 -04:00
..
Analysis [FlowSensitive] Log analysis progress for debugging purposes 2023-03-23 11:36:21 +01:00
APINotes [clang] Remove redundant initialization of std::optional (NFC) 2022-12-22 13:46:26 -08:00
ARCMigrate [clang] Use *{Map,Set}::contains (NFC) 2023-03-15 18:06:34 -07:00
AST [C++20][Modules] Introduce an implementation module. 2023-03-23 12:47:44 +00:00
ASTMatchers [clang] Use *{Map,Set}::contains (NFC) 2023-03-15 18:06:34 -07:00
Basic [LLVM][OHOS] Clang toolchain and targets 2023-03-20 12:53:24 +03:00
CodeGen Enable constexpr class members that are device-mapped to not be optimized out. 2023-03-23 10:17:25 -04:00
CrossTU [clang] Use *{Set,Map}::contains (NFC) 2023-03-14 19:17:18 -07:00
DirectoryWatcher [clang] Use std::optional instead of llvm::Optional (NFC) 2023-01-02 15:54:57 -08:00
Driver [flang] add -flang-experimental-hlfir flag to flang-new 2023-03-22 13:36:54 +00:00
Edit [clang] Use std::optional instead of llvm::Optional (NFC) 2023-01-14 12:31:01 -08:00
ExtractAPI [clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration fragments 2023-03-20 15:43:00 +00:00
Format [clang-format] Annotate noexcept, explicit specifiers as containing expressions 2023-03-22 20:27:17 +02:00
Frontend [C++20][Modules] Introduce an implementation module. 2023-03-23 12:47:44 +00:00
FrontendTool [C++20] [Modules] Remove unmaintained Header Module 2022-11-18 10:39:33 +08:00
Headers [HLSL] add max/min library functions 2023-03-03 09:31:50 -08:00
Index Revert "[Clang] Refactor "Designators" into a unified implementation [NFC]" 2023-03-02 12:09:29 -08:00
IndexSerialization
Interpreter [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
Lex Silence unused variable warning in NDEBUG builds 2023-03-23 14:41:03 +01:00
Parse [clang][WebAssembly] Initial support for reference type funcref in clang 2023-03-17 18:31:44 +01:00
Rewrite [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
Sema [C++20][Modules] Introduce an implementation module. 2023-03-23 12:47:44 +00:00
Serialization [C++20][Modules] Introduce an implementation module. 2023-03-23 12:47:44 +00:00
StaticAnalyzer [analyzer] Fix crashing getSValFromInitListExpr for nested initlists 2023-03-22 08:43:09 +01:00
Support [3/3][Clang][RISCV] Add __riscv_ for overloaded intrinsics 2023-01-31 03:38:32 -08:00
Testing [IncludeCleaner][clangd] Mark umbrella headers as users of private 2023-03-23 13:08:07 +01:00
Tooling [clang][deps] Only cache files with specific extension 2023-03-20 11:12:00 -07:00
CMakeLists.txt