This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Mention the CLANGD_TRACE env var in the overview as well.
Needs ReviewPublic

Authored by hokein on Feb 11 2020, 3:55 AM.

Details

Reviewers
sammccall

Diff Detail

Unit TestsFailed

Event Timeline

hokein created this revision.Feb 11 2020, 3:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2020, 3:55 AM

That comment is talking about how CLANGD_FLAGS corresponds to command-line flags in general.

The CLANGD_TRACE environment variable controls only one piece of behavior, which doesn't correspond to any flag.
(It'd be reasonable to add a matching flag and describe the environment variable in that flag's description...)