summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/Frameworks
Commit message (Collapse)AuthorAgeFilesLines
* Comment parsing: when comment ranges are deserialized from multiple modules,Dmitri Gribenko2014-03-273-0/+17
| | | | | | | | | correctly order comments in SourceManager::isBeforeInTranslationUnit() order Unfortunately, this is not as simple as it was implemented previously, and actually requires doing a merge sort. llvm-svn: 204936
* Introduce inferred framework modules into the module map file,Douglas Gregor2012-11-061-0/+1
| | | | | | | | | | | | | | allowing a module map to be placed one level above the '.framework' directories to specify that all .frameworks within that directory can be inferred as framework modules. One can also specifically exclude frameworks known not to work. This makes explicit (and more restricted) behavior modules have had "forever", where *any* .framework was assumed to be able to be built as a module. That's not necessarily true, so we white-list directories (with exclusions) when those directories have been audited. llvm-svn: 167482
* Implement code completion support for module import declarations, e.g.,Douglas Gregor2012-01-291-0/+2
@import <complete with module names here> or @import std.<complete with submodule names here> Addresses <rdar://problem/10710117>. llvm-svn: 149199
OpenPOWER on IntegriCloud