Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a460fb5

Browse files
authoredMar 30, 2020
NFC: Rename NameBinding to ImportResolution (#30717)
NFC: Rename NameBinding to ImportResolution
2 parents 88af7bf + 5b99c20 commit a460fb5

File tree

150 files changed

+327
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+327
-331
lines changed
 

‎docs/CompilerPerformance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ compilers on hand while you're working.
570570
Total Execution Time: 0.0876 seconds (0.0877 wall clock)
571571
572572
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
573-
0.0241 ( 53.9%) 0.0394 ( 92.0%) 0.0635 ( 72.5%) 0.0635 ( 72.5%) Name binding
573+
0.0241 ( 53.9%) 0.0394 ( 92.0%) 0.0635 ( 72.5%) 0.0635 ( 72.5%) Import resolution
574574
0.0170 ( 38.0%) 0.0025 ( 5.8%) 0.0195 ( 22.3%) 0.0195 ( 22.2%) Type checking / Semantic analysis
575575
0.0013 ( 3.0%) 0.0004 ( 0.8%) 0.0017 ( 1.9%) 0.0017 ( 1.9%) LLVM output
576576
0.0010 ( 2.3%) 0.0003 ( 0.7%) 0.0013 ( 1.5%) 0.0013 ( 1.5%) SILGen

‎include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ NOTE(add_return_type_note,none,
661661
"did you mean to add a return type?", ())
662662

663663
//------------------------------------------------------------------------------
664-
// MARK: Name Binding
664+
// MARK: Import Resolution
665665
//------------------------------------------------------------------------------
666666

667667
ERROR(sema_no_import,Fatal,

0 commit comments

Comments
 (0)
Please sign in to comment.