Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] Use the "redundant #include" diagnostic rather than the "module | Richard Smith | 2016-12-06 | 1 | -1/+4 |
| | | | | | | | | import can't appear here" diagnostic if an already-visible module is textually entered (because we have the module map but not the AST file) within a function/namespace scope. llvm-svn: 288737 | ||||
* | Add [extern_c] attribute for modules, allowing a C module to be imported ↵ | Richard Smith | 2014-03-02 | 1 | -0/+1 |
within an extern "C" block in C++ code. llvm-svn: 202615 |