Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Make sure to use the raw module format for libclang parsing. | Argyrios Kyrtzidis | 2015-11-20 | 1 | -0/+1 |
| | | | | | | | Fixes crash when passing '-gmodules' in the compiler options. rdar://23588717 llvm-svn: 253645 | ||||
* | [libclang] For "@import .." code-completion results, associate a ↵ | Argyrios Kyrtzidis | 2013-05-29 | 1 | -4/+4 |
| | | | | | | CXCursor_ModuleImportDecl cursor instead of CXCursor_NotImplemented. llvm-svn: 182871 | ||||
* | Add code completion for @import <rdar://problem/13344306>. | Douglas Gregor | 2013-03-07 | 1 | -0/+3 |
| | | | | llvm-svn: 176666 | ||||
* | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for ↵ | Douglas Gregor | 2013-02-07 | 1 | -2/+2 |
| | | | | | | consistency. llvm-svn: 174645 | ||||
* | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -3/+3 |
| | | | | | | latter is rather a mess to type. llvm-svn: 169919 | ||||
* | Change @import to @__experimental_modules_import. We are not ready to ↵ | Ted Kremenek | 2012-03-01 | 1 | -3/+3 |
| | | | | | | | | commit to a particular syntax for modules, and don't have time to push it forward in the near future. llvm-svn: 151841 | ||||
* | Implement code completion support for module import declarations, e.g., | Douglas Gregor | 2012-01-29 | 1 | -0/+14 |
@import <complete with module names here> or @import std.<complete with submodule names here> Addresses <rdar://problem/10710117>. llvm-svn: 149199 |