Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support framework import/include auto-completion | David Goldman | 2019-02-27 | 1 | -0/+29 |
Frameworks filesystem representations: UIKit.framework/Headers/%header% Framework import format: #import <UIKit/%header%> Thus the completion code must map the input format of <UIKit/> to the path of UIKit.framework/Headers as well as strip the ".framework" suffix when auto-completing the framework name. llvm-svn: 355008 |