summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/extern_cxx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When we enter a module within a linkage specification, switch the linkageRichard Smith2017-05-181-0/+25
specification and the TU to the new module. This is necessary to get the module ownership correct for entities that we temporarily hang off the TranslationUnitDecl, such as template parameters and function parameters. llvm-svn: 303373
OpenPOWER on IntegriCloud