summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/cxx-header.h
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Use the "redundant #include" diagnostic rather than the "moduleRichard Smith2016-12-061-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 Smith2014-03-021-0/+1
within an extern "C" block in C++ code. llvm-svn: 202615
OpenPOWER on IntegriCloud