[all-commits] [llvm/llvm-project] 2808f5: [clangd] Print .clang-tidy configuration parsing e...
Nathan James via All-commits
all-commits at lists.llvm.org
Thu Dec 17 18:11:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2808f597f872e68a8bd69d5b53f5d583665b4c4f
https://github.com/llvm/llvm-project/commit/2808f597f872e68a8bd69d5b53f5d583665b4c4f
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M clang-tools-extra/clangd/TidyProvider.cpp
Log Message:
-----------
[clangd] Print .clang-tidy configuration parsing errors using [ev]?log.
Currently warnings when parsing .clang-tidy are printed directly to errs.
This is less than ideal as there is no synchronisation printing to errs, leading to potential races.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D93436
More information about the All-commits
mailing list