This is an archive of the discontinued LLVM Phabricator instance.

Add support for Visual Studio 2019 and handle Just My Code in the Visual Studio Integration
AbandonedPublic

Authored by sylveon on Dec 21 2018, 3:55 PM.

Details

Reviewers
zturner
Summary

This adds support simply by bumping the excluding maximum revision. It also checks for Just My Code and errors when it is enabled, as well as turns it off by default. It was tested by building this project I contribute to using the addon https://github.com/TranslucentTB/TranslucentTB/tree/develop on Visual Studio 2019.

Diff Detail

Repository
rL LLVM

Event Timeline

sylveon created this revision.Dec 21 2018, 3:55 PM
sylveon abandoned this revision.Apr 12 2020, 12:40 AM

VS now has it's own Clang integration, this is not needed anymore.