llvm-project/clang/lib
Jonas Devlieghere 97b91307b0
[clang] Disable assertion that can "easily happen"
Disable the assertion for getting a module ID for non-local,
non-imported module. According to the FIXME this can "easily happen" and
indeed, we're hitting this assertion regularly. Disable it until it can
be properly investigated.

rdar://99352728

Differential revision: https://reviews.llvm.org/D136290
2022-10-19 15:08:56 -07:00
..
APINotes
ARCMigrate [NFC] Typo fix in ARCMTActions.h 2022-09-18 12:34:24 +05:30
AST [C++20] Implement P2113R0: Changes to the Partial Ordering of Constrained Functions 2022-10-18 11:58:57 -07:00
ASTMatchers [clang] Remove redundaunt typename (NFC) 2022-10-15 21:07:02 -07:00
Analysis [clang][dataflow] Add equivalence relation `Value` type. 2022-10-19 12:23:09 +00:00
Basic Fix incorrect check for running out of source locations. 2022-10-18 20:48:00 +00:00
CodeGen [OMPIRBuilder] Support depend clause for task 2022-10-19 13:11:43 -04:00
CrossTU Fixed a number of typos 2022-08-01 13:13:18 -04:00
DirectoryWatcher [clang] fix deprecation 2022-08-09 17:42:55 +02:00
Driver Keep configuration file search directories in ExpansionContext. NFC 2022-10-19 17:20:14 +07:00
Edit [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
ExtractAPI [clang][ExtractAPI] Ignore fully anonymous RecordDecls 2022-10-13 11:53:53 +01:00
Format [clang-format] Do not parse certain characters in pragma directives 2022-10-18 16:38:19 -05:00
Frontend [HLSL] Add utility to convert environment to stage 2022-10-12 16:31:30 -05:00
FrontendTool [C++20][Modules][HU 1/5] Introduce header units as a module type. 2022-03-25 09:17:14 +00:00
Headers Move HLSL builtins into hlsl namespace 2022-10-19 10:59:31 -05:00
Index [Index] USRGeneration doesn't depend on unnamed.printName() => ''. NFC 2022-10-05 15:51:00 +02:00
IndexSerialization
Interpreter [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
Lex [clang][Lexer] Speed up HeaderSearch when there are many HeaderMaps 2022-10-18 08:21:14 -07:00
Parse [HLSL] Add SV_DispatchThreadID 2022-10-18 16:17:19 -07:00
Rewrite [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
Sema [Sema] Don't treat a non-null template argument as if it were null. 2022-10-19 14:40:52 -07:00
Serialization [clang] Disable assertion that can "easily happen" 2022-10-19 15:08:56 -07:00
StaticAnalyzer [analyzer] Make directly bounded LazyCompoundVal as lazily copied 2022-10-19 16:06:32 +02:00
Support [RISCV][Clang] Support policy function for all vector segment load. 2022-08-04 17:47:24 +00:00
Testing [include-cleaner] Add include-cleaner tool, with initial HTML report 2022-10-18 18:09:41 +02:00
Tooling [clang][deps] Remove unintentional `move` 2022-10-18 16:40:31 -07:00
CMakeLists.txt [RISCV] Moving RVV intrinsic type related util to clang/Support 2022-04-20 21:13:13 +08:00