Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Make sure to use the raw module format for libclang parsing. | Argyrios Kyrtzidis | 2015-11-20 | 1 | -0/+1 |
* | [libclang] For "@import .." code-completion results, associate a CXCursor_Mod... | Argyrios Kyrtzidis | 2013-05-29 | 1 | -4/+4 |
* | Add code completion for @import <rdar://problem/13344306>. | Douglas Gregor | 2013-03-07 | 1 | -0/+3 |
* | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor | 2013-02-07 | 1 | -2/+2 |
* | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -3/+3 |
* | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -3/+3 |
* | Implement code completion support for module import declarations, e.g., | Douglas Gregor | 2012-01-29 | 1 | -0/+14 |