[PATCH] D120619: [clangd] Support include-fixer inside macro arguments.

2022-03-23 Thread Sam McCall via Phabricator via cfe-commits
sammccall added a comment. In D120619#3403021 , @thakis wrote: > This breaks tests on windows: http://45.33.8.238/win/54910/step_9.txt > > Please take a look and revert for now if it takes a while to fix. Thanks, forced the test to pass in 31dc248ffc3cbf

[PATCH] D120619: [clangd] Support include-fixer inside macro arguments.

2022-03-23 Thread Nico Weber via Phabricator via cfe-commits
thakis added a comment. This breaks tests on windows: http://45.33.8.238/win/54910/step_9.txt Please take a look and revert for now if it takes a while to fix. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120619/new/ https://reviews.llvm.org/D120

[PATCH] D120619: [clangd] Support include-fixer inside macro arguments.

2022-03-23 Thread Sam McCall via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb857a5092c5e: [clangd] Support include-fixer inside macro arguments. (authored by sammccall). Herald added a project: All. Changed prior to commit: https://reviews.llvm.org/D120619?vs=411622&id=417655#t

[PATCH] D120619: [clangd] Support include-fixer inside macro arguments.

2022-02-26 Thread Sam McCall via Phabricator via cfe-commits
sammccall created this revision. sammccall added a reviewer: adamcz. Herald added subscribers: usaxena95, kadircet, arphaman. sammccall requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang-tools-extra. Motivating case: EXPE