Author: Walter Lee Date: 2026-06-22T10:19:17-04:00 New Revision: 5b687a501bd26cc46d6b52582aa926acc0d3564e
URL: https://github.com/llvm/llvm-project/commit/5b687a501bd26cc46d6b52582aa926acc0d3564e DIFF: https://github.com/llvm/llvm-project/commit/5b687a501bd26cc46d6b52582aa926acc0d3564e.diff LOG: Be more permissive on spaces in command line argument parsing (#205111) Fixes c888371ff0a3e10f8472676dc992f4347fca58d9. This change properly accommodates both presence and absence of extra trailing arguments like -resource-dir. Added: Modified: clang-tools-extra/clangd/test/did-change-configuration-params.test Removed: ################################################################################ diff --git a/clang-tools-extra/clangd/test/did-change-configuration-params.test b/clang-tools-extra/clangd/test/did-change-configuration-params.test index 08c7b4bcb57ad..f922dc5508f6f 100644 --- a/clang-tools-extra/clangd/test/did-change-configuration-params.test +++ b/clang-tools-extra/clangd/test/did-change-configuration-params.test @@ -48,7 +48,7 @@ # # ERR: ASTWorker building file {{.*}}foo.c version 0 with command # ERR: [{{.*}}clangd-test2] -# ERR: clang -c -Wall -Werror {{.*}} -- {{.*}}foo.c +# ERR: clang -c -Wall -Werror{{.*}} -- {{.*}}foo.c --- {"jsonrpc":"2.0","id":5,"method":"shutdown"} --- _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
