[PATCH] D63397: [clangd] Detect C++ for extension-less source files in vscode extension

Marc-Andre Laperle via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 4 22:15:50 PDT 2019


malaperle added a comment.
Herald added a subscriber: usaxena95.

"Extend our extension to support detecting these files as C++ files based on the first
line (-*- C++ -*-), it will make clangd work on C++ standard headers
(e.g. iostream)."

This is not in the standard right? I don't see this in MSVC, so it wouldn't work there.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63397/new/

https://reviews.llvm.org/D63397





More information about the cfe-commits mailing list