Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure that we clean up after a failed module build and cope with the | Douglas Gregor | 2012-01-29 | 2 | -0/+9 |
| | | | | | | results in libclang. llvm-svn: 149200 | ||||
* | Implement code completion support for module import declarations, e.g., | Douglas Gregor | 2012-01-29 | 5 | -0/+15 |
@import <complete with module names here> or @import std.<complete with submodule names here> Addresses <rdar://problem/10710117>. llvm-svn: 149199 |