ruiu added a comment. Are you sure this is correct? I was thinking that this is about quoted strings. This allows something like `extern "C++" { std::foo; }` (as opposed to `extern "C++" { "std::foo"; }`) which seems odd. https://reviews.llvm.org/D30500