[PATCH] D93800: [clangd] Add caching behaviour for clang-format config

2021-02-20 Thread Nathan James via Phabricator via cfe-commits
njames93 updated this revision to Diff 325267. njames93 added a comment. Update to support inheriting configurations from D93844 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93800/new/ https://reviews.llvm.org/D9

[PATCH] D93800: [clangd] Add caching behaviour for clang-format config

2021-02-07 Thread Nathan James via Phabricator via cfe-commits
njames93 updated this revision to Diff 321988. njames93 added a comment. Add unittests for provider. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93800/new/ https://reviews.llvm.org/D93800 Files: clang-tools-extra/clangd/CMakeLists.txt clang-

[PATCH] D93800: [clangd] Add caching behaviour for clang-format config

2021-02-06 Thread Nathan James via Phabricator via cfe-commits
njames93 added a comment. Ping? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93800/new/ https://reviews.llvm.org/D93800 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi

[PATCH] D93800: [clangd] Add caching behaviour for clang-format config

2021-01-30 Thread Nathan James via Phabricator via cfe-commits
njames93 updated this revision to Diff 320333. njames93 added a comment. Small fix Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93800/new/ https://reviews.llvm.org/D93800 Files: clang-tools-extra/clangd/CMakeLists.txt clang-tools-extra/clangd

[PATCH] D93800: [clangd] Add caching behaviour for clang-format config

2021-01-30 Thread Nathan James via Phabricator via cfe-commits
njames93 updated this revision to Diff 320319. njames93 added a comment. Hopefully fix the build failing. ASAN said it was a use-after-scope issue which seemed suspicious. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93800/new/ https://reviews.ll

[PATCH] D93800: [clangd] Add caching behaviour for clang-format config

2021-01-30 Thread Nathan James via Phabricator via cfe-commits
njames93 updated this revision to Diff 320309. njames93 added a comment. Tests pass on my machine, rebasing on main and trigger a fresh rebuild. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93800/new/ https://reviews.llvm.org/D93800 Files: clan