summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/Headers
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that we clean up after a failed module build and cope with theDouglas Gregor2012-01-292-0/+9
| | | | | | results in libclang. llvm-svn: 149200
* Implement code completion support for module import declarations, e.g.,Douglas Gregor2012-01-295-0/+15
@import <complete with module names here> or @import std.<complete with submodule names here> Addresses <rdar://problem/10710117>. llvm-svn: 149199
OpenPOWER on IntegriCloud