llvm-project
d7024c4e
- TypeSystem: early exit if there are 0 imports
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
TypeSystem: early exit if there are 0 imports This is a minor u-opt but more importantly the `Progress` type requires that the count of imports being >=1. This avoids an assertion being triggered.
References
#6813 - Core: render Swift AST sections properly when dumping
#7495 - [lldb] Improve logging for nonexistent AST paths
#6576 - [lldb] Add Clang module import logging
#6646 - [lldb] Use Swift Mirror to determine indirect enums
#7456 - Discard Intrinsic::objc_clang_arc_noop_use that was not lowered
#7550 - [Swift] Call both initializeSwiftParseModules and initializeSwiftSILModules
#6537 - TypeSystem: early exit if there are 0 imports
Author
compnerd
Committer
compnerd
Parents
952bdd24
Loading