[clang] cb38df4 - Add install targets for gtest

2023-03-10 Thread Tom Stellard via cfe-commits
Author: Tom Stellard Date: 2023-03-10T19:43:07-08:00 New Revision: cb38df4c4d3aee53107219a68749dc94fe70ff68 URL: https://github.com/llvm/llvm-project/commit/cb38df4c4d3aee53107219a68749dc94fe70ff68 DIFF: https://github.com/llvm/llvm-project/commit/cb38df4c4d3aee53107219a68749dc94fe70ff68.diff

[clang] e99ccd8 - Revert "Add install targets for gtest"

2023-03-10 Thread Tom Stellard via cfe-commits
Author: Tom Stellard Date: 2023-03-10T19:59:20-08:00 New Revision: e99ccd8d03c44c17f797c046c2483e68ea7a2715 URL: https://github.com/llvm/llvm-project/commit/e99ccd8d03c44c17f797c046c2483e68ea7a2715 DIFF: https://github.com/llvm/llvm-project/commit/e99ccd8d03c44c17f797c046c2483e68ea7a2715.diff

[clang] 8216910 - clang/cmake: Use installed gtest libraries for stand-alone builds

2023-03-10 Thread Tom Stellard via cfe-commits
Author: Tom Stellard Date: 2023-03-10T20:00:23-08:00 New Revision: 82169103958583d3320b3a9a1e6542e8d32ef8da URL: https://github.com/llvm/llvm-project/commit/82169103958583d3320b3a9a1e6542e8d32ef8da DIFF: https://github.com/llvm/llvm-project/commit/82169103958583d3320b3a9a1e6542e8d32ef8da.diff

[PATCH] D138472: clang/cmake: Use installed gtest libraries for stand-alone builds

2023-03-10 Thread Tom Stellard via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG821691039585: clang/cmake: Use installed gtest libraries for stand-alone builds (authored by tstellar). Changed prior to commit: https://reviews.l

[PATCH] D145838: [clang][deps] Handle response files in dep scanner

2023-03-10 Thread Ben Langmuir via Phabricator via cfe-commits
benlangmuir created this revision. benlangmuir added reviewers: jansvoboda11, Bigcheese. Herald added a project: All. benlangmuir requested review of this revision. Herald added subscribers: cfe-commits, MaskRay. Herald added a project: clang. Extract the code the driver uses to expand response fi

[PATCH] D145642: [clang-format] Annotate lambdas with requires clauses.

2023-03-10 Thread Owen Pan via Phabricator via cfe-commits
owenpan added a comment. In D145642#4186304 , @rymiel wrote: > In D145642#4183539 , @owenpan wrote: > >> Would this patch make the end result look worse without "making the requires >> clause formatting of lambda

[PATCH] D145642: [clang-format] Annotate lambdas with requires clauses.

2023-03-10 Thread Emilia Dreamer via Phabricator via cfe-commits
rymiel added a comment. Could you please clarify what you mean by "regressions" here? Isn't the behaviour of this syntax broken to begin with? It doesn't change anything about lambdas without //requires-clause//s Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://review

<    1   2   3