summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/included-frameworks.m
Commit message (Collapse)AuthorAgeFilesLines
* Support framework import/include auto-completionDavid Goldman2019-02-271-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
OpenPOWER on IntegriCloud