[clang] doc: Clarify that ffile-prefix-map applies to fcoverage-prefix-map, too [NFC] (PR #117135)

2024-11-22 Thread Keith Smiley via cfe-commits
keith wrote: thanks! https://github.com/llvm/llvm-project/pull/117135 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy][readability-identifier-naming] Support namespace aliases (PR #112112)

2024-10-14 Thread Keith Smiley via cfe-commits
https://github.com/keith closed https://github.com/llvm/llvm-project/pull/112112 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy][readability-identifier-naming] Support namespace aliases (PR #112112)

2024-10-14 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/112112 >From b74b4fec46c871c5981422a7779fdf39c215487c Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Sat, 12 Oct 2024 13:38:36 -0700 Subject: [PATCH 1/4] [clang-tidy][readability-identifier-naming] Support namespace

[clang-tools-extra] [clang-tidy][readability-identifier-naming] Support namespace aliases (PR #112112)

2024-10-14 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/112112 >From b74b4fec46c871c5981422a7779fdf39c215487c Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Sat, 12 Oct 2024 13:38:36 -0700 Subject: [PATCH 1/3] [clang-tidy][readability-identifier-naming] Support namespace

[clang-tools-extra] [clang-tidy][readability-identifier-naming] Support namespace aliases (PR #112112)

2024-10-14 Thread Keith Smiley via cfe-commits
keith wrote: added! https://github.com/llvm/llvm-project/pull/112112 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy][readability-identifier-naming] Support namespace aliases (PR #112112)

2024-10-14 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/112112 >From b74b4fec46c871c5981422a7779fdf39c215487c Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Sat, 12 Oct 2024 13:38:36 -0700 Subject: [PATCH 1/2] [clang-tidy][readability-identifier-naming] Support namespace

[clang] [clang][GNU] Pass -t through to the linker (PR #112106)

2024-10-14 Thread Keith Smiley via cfe-commits
https://github.com/keith closed https://github.com/llvm/llvm-project/pull/112106 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy][readability-identifier-naming] Support namespace aliases (PR #112112)

2024-10-12 Thread Keith Smiley via cfe-commits
https://github.com/keith created https://github.com/llvm/llvm-project/pull/112112 Fixes: https://github.com/llvm/llvm-project/issues/109385 >From b74b4fec46c871c5981422a7779fdf39c215487c Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Sat, 12 Oct 2024 13:38:36 -0700 Subject: [PATCH] [clang-

[clang] [clang][GNU] Pass -t through to the linker (PR #112106)

2024-10-12 Thread Keith Smiley via cfe-commits
https://github.com/keith created https://github.com/llvm/llvm-project/pull/112106 None >From becf5f4848e1482ef440ce5e04af6a5b715031ed Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Sat, 12 Oct 2024 18:08:33 + Subject: [PATCH] [clang][GNU] Pass -t through to the linker --- clang/lib/Dr

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-10-01 Thread Keith Smiley via cfe-commits
keith wrote: the latest commit seems to have fixed it! https://github.com/llvm/llvm-project/pull/109909 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-10-01 Thread Keith Smiley via cfe-commits
keith wrote: should I cherry pick this for future releases? https://github.com/llvm/llvm-project/pull/109909 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-10-01 Thread Keith Smiley via cfe-commits
https://github.com/keith closed https://github.com/llvm/llvm-project/pull/109909 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-10-01 Thread Keith Smiley via cfe-commits
keith wrote: https://github.com/llvm/llvm-project/pull/110701 https://github.com/llvm/llvm-project/pull/109909 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-30 Thread Keith Smiley via cfe-commits
keith wrote: It looks like at least 1 issue was that CMAKE_SYSTEM_NAME isn't set at the time this configuration is loaded, I swapped it to use the host system name, which is imperfect, but probably fine. Lets see if that works https://github.com/llvm/llvm-project/pull/109909 __

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-30 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/109909 >From 8c6c06d0df5a17fd2ff4915c3de63695c18cd8dc Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 25 Sep 2024 05:38:04 + Subject: [PATCH 1/5] workflows/release-binaries: Use static ZSTD on macOS On macOS

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-30 Thread Keith Smiley via cfe-commits
keith wrote: ah thanks, looks like this didn't work then https://github.com/llvm/llvm-project/pull/109909 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-30 Thread Keith Smiley via cfe-commits
keith wrote: The build got further this time, but the binaries uploaded from this step: https://github.com/user-attachments/assets/e27c3ab4-4f1f-44a1-a118-62d437084c65";> still have the issue. I expected a new binary here, the same 2 clangs existed, am I looking in the right place? https://gi

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-29 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/109909 >From 4676d022d971ef1623b83a2731ce94572905d6ad Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 25 Sep 2024 05:38:04 + Subject: [PATCH 1/4] workflows/release-binaries: Use static ZSTD on macOS On macOS

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-29 Thread Keith Smiley via cfe-commits
keith wrote: I downloaded the binaries from this stage again: https://github.com/user-attachments/assets/bb37ccaa-5f5f-4c99-8491-0ec570cb0a69";> and it looks like this change didn't apply to either of these binaries `build/bin/clang build/tools/clang/stage2-bins/bin/clang`. If it had passed w

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-29 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/109909 >From 8c6c06d0df5a17fd2ff4915c3de63695c18cd8dc Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 25 Sep 2024 05:38:04 + Subject: [PATCH 1/4] workflows/release-binaries: Use static ZSTD on macOS On macOS

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-28 Thread Keith Smiley via cfe-commits
keith wrote: I pushed a dummy change to that just to verify so we don't have to go back and forth on it again. I put up the PR for the path changes here https://github.com/llvm/llvm-project/pull/110394, I was surprised to see this file is in the clang/ specific subdir, but also didn't see any

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-28 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/109909 >From 4676d022d971ef1623b83a2731ce94572905d6ad Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 25 Sep 2024 05:38:04 + Subject: [PATCH 1/3] workflows/release-binaries: Use static ZSTD on macOS On macOS

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-28 Thread Keith Smiley via cfe-commits
@@ -126,7 +126,7 @@ jobs: # add extra CMake args to disable them. # See https://github.com/llvm/llvm-project/issues/99767 if [ "${{ runner.os }}" = "macOS" ]; then - target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF

[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

2024-09-28 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/109909 >From 4676d022d971ef1623b83a2731ce94572905d6ad Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 25 Sep 2024 05:38:04 + Subject: [PATCH 1/2] workflows/release-binaries: Use static ZSTD on macOS On macOS

[clang] [clang][test] Add missing test file to cmake (PR #99907)

2024-07-22 Thread Keith Smiley via cfe-commits
https://github.com/keith closed https://github.com/llvm/llvm-project/pull/99907 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][test] Add missing test file to cmake (PR #99907)

2024-07-22 Thread Keith Smiley via cfe-commits
@@ -58,7 +58,7 @@ Bar s(1); DeductionGuideVisitor::Lang_CXX2a)); } -TEST(RecursiveASTVisitor, DeductionGuideImplicitMode) { +TEST(RecursiveASTVisitor, DISABLED_DeductionGuideImplicitMode) { DeductionGuideVisitor Visitor(/*ShouldVisitImplicitCode*/ true); Visitor.Ex

[clang] [clang][test] Add missing test file to cmake (PR #99907)

2024-07-22 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/99907 >From 82a1e48e7643b552f898f6866f768a78ea3ba7da Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 22 Jul 2024 17:29:46 + Subject: [PATCH 1/2] [clang][test] Add missing test file to cmake Seems like this tes

[clang] [clang][test] Add missing test file to cmake (PR #99907)

2024-07-22 Thread Keith Smiley via cfe-commits
@@ -58,7 +58,7 @@ Bar s(1); DeductionGuideVisitor::Lang_CXX2a)); } -TEST(RecursiveASTVisitor, DeductionGuideImplicitMode) { +TEST(RecursiveASTVisitor, DISABLED_DeductionGuideImplicitMode) { DeductionGuideVisitor Visitor(/*ShouldVisitImplicitCode*/ true); Visitor.Ex

[clang] [Clang][NFCI] Prefer non-canonical template arguments for synthesized CTAD guides (PR #99840)

2024-07-22 Thread Keith Smiley via cfe-commits
keith wrote: FYI this change broke a test that wasn't actually running, I made the test run but disabled the broken case here https://github.com/llvm/llvm-project/pull/99907 https://github.com/llvm/llvm-project/pull/99840 ___ cfe-commits mailing list

[clang] [AST] RecursiveASTVisitor: Don't traverse the alias deduction guides in the default mode. (PR #91454)

2024-07-22 Thread Keith Smiley via cfe-commits
keith wrote: https://github.com/llvm/llvm-project/pull/99907 https://github.com/llvm/llvm-project/pull/91454 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][test] Add missing test file to cmake (PR #99907)

2024-07-22 Thread Keith Smiley via cfe-commits
https://github.com/keith created https://github.com/llvm/llvm-project/pull/99907 Seems like this test was never running with cmake, but is running with bazel and broke at head. >From 82a1e48e7643b552f898f6866f768a78ea3ba7da Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 22 Jul 2024 17:

[clang] [AST] RecursiveASTVisitor: Don't traverse the alias deduction guides in the default mode. (PR #91454)

2024-07-22 Thread Keith Smiley via cfe-commits
keith wrote: I think the tests broke in https://github.com/llvm/llvm-project/pull/99840 https://github.com/llvm/llvm-project/pull/91454 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AST] RecursiveASTVisitor: Don't traverse the alias deduction guides in the default mode. (PR #91454)

2024-07-22 Thread Keith Smiley via cfe-commits
keith wrote: I think you want it here? https://github.com/llvm/llvm-project/blob/c7bfc41860a6abe5c92dc5afb47348b0c9e69963/clang/unittests/Tooling/CMakeLists.txt#L42 https://github.com/llvm/llvm-project/pull/91454 ___ cfe-commits mailing list cfe-commi

[clang] [AST] RecursiveASTVisitor: Don't traverse the alias deduction guides in the default mode. (PR #91454)

2024-07-22 Thread Keith Smiley via cfe-commits
keith wrote: @hokein looks like this test wasn't added to any CMakeLists.txt so it doesn't actually run? https://github.com/llvm/llvm-project/pull/91454 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[clang] [compiler-rt] [lldb] [llvm] [Support] Remove terminfo dependency (PR #92865)

2024-05-21 Thread Keith Smiley via cfe-commits
keith wrote: looks like the .bazelrc still has mentions of this https://github.com/llvm/llvm-project/pull/92865 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [cmake] Remove custom linker flag check function (PR #86602)

2024-04-22 Thread Keith Smiley via cfe-commits
https://github.com/keith closed https://github.com/llvm/llvm-project/pull/86602 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [cmake] Remove custom linker flag check function (PR #86602)

2024-04-04 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/86602 >From 36886d298c349246b18684cd76dad9dd245f10ba Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 25 Mar 2024 16:42:39 -0700 Subject: [PATCH] [cmake] Remove custom linker flag check function Since LLVM now requ

[clang] [llvm] [cmake] Remove custom linker flag check function (PR #86602)

2024-03-26 Thread Keith Smiley via cfe-commits
https://github.com/keith updated https://github.com/llvm/llvm-project/pull/86602 >From 7bd6708e6ffc457c66ce71e7ba19d078c18cec34 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 25 Mar 2024 16:42:39 -0700 Subject: [PATCH] [cmake] Remove custom linker flag check function Since LLVM now requ

[clang] [llvm] [cmake] Remove custom linker flag check function (PR #86602)

2024-03-25 Thread Keith Smiley via cfe-commits
https://github.com/keith created https://github.com/llvm/llvm-project/pull/86602 Since LLVM now requires a minimum cmake version of 3.20.0, we no longer need this abstraction and can use the built in version directly as we do for the other feature check functions. >From 612027f3654d53e7066bbff

[clang] 2129cc1 - [clang][Darwin] Error out when missing requested libarclite library

2023-06-01 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2023-06-01T09:32:59-07:00 New Revision: 2129cc1b3a14df5c24e5b2a680f18b88d5af4142 URL: https://github.com/llvm/llvm-project/commit/2129cc1b3a14df5c24e5b2a680f18b88d5af4142 DIFF: https://github.com/llvm/llvm-project/commit/2129cc1b3a14df5c24e5b2a680f18b88d5af4142.diff

[clang] 50f2e49 - [clang][cmake] Fixed typo in hmaptool CMakeLists.txt

2022-05-28 Thread Keith Smiley via cfe-commits
Author: Daniel Hannon Date: 2022-05-28T10:10:57-07:00 New Revision: 50f2e49924566330ea9aa731908f2864603bf4fb URL: https://github.com/llvm/llvm-project/commit/50f2e49924566330ea9aa731908f2864603bf4fb DIFF: https://github.com/llvm/llvm-project/commit/50f2e49924566330ea9aa731908f2864603bf4fb.diff

[clang] 955cff8 - reland: [AArch64] Add support for -march=native for Apple M1 CPU

2022-03-23 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2022-03-23T15:19:17-07:00 New Revision: 955cff803e081640e149fed0742f57ae1b84db7d URL: https://github.com/llvm/llvm-project/commit/955cff803e081640e149fed0742f57ae1b84db7d DIFF: https://github.com/llvm/llvm-project/commit/955cff803e081640e149fed0742f57ae1b84db7d.diff

[clang] fc3cdd0 - Revert "[AArch64] Add support for -march=native for Apple M1 CPU"

2022-03-23 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2022-03-23T14:27:02-07:00 New Revision: fc3cdd0b295a04c38f01b391ae414553963e33b9 URL: https://github.com/llvm/llvm-project/commit/fc3cdd0b295a04c38f01b391ae414553963e33b9 DIFF: https://github.com/llvm/llvm-project/commit/fc3cdd0b295a04c38f01b391ae414553963e33b9.diff

[clang] fcca10c - [AArch64] Add support for -march=native for Apple M1 CPU

2022-03-23 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2022-03-23T14:06:59-07:00 New Revision: fcca10c69aaab539962d10fcc59a5f074b73b0de URL: https://github.com/llvm/llvm-project/commit/fcca10c69aaab539962d10fcc59a5f074b73b0de DIFF: https://github.com/llvm/llvm-project/commit/fcca10c69aaab539962d10fcc59a5f074b73b0de.diff

[clang] a2db7d5 - reland: [clang] Don't append the working directory to absolute paths

2022-03-15 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2022-03-15T13:42:35-07:00 New Revision: a2db7d5e9c52804544363ea819de174bfaa7ecdd URL: https://github.com/llvm/llvm-project/commit/a2db7d5e9c52804544363ea819de174bfaa7ecdd DIFF: https://github.com/llvm/llvm-project/commit/a2db7d5e9c52804544363ea819de174bfaa7ecdd.diff

[clang] cb22d71 - [clang] Fix DIFile directory root on Windows

2022-03-14 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2022-03-14T20:07:01-07:00 New Revision: cb22d71806b784a9105803f38b2740ca6888392a URL: https://github.com/llvm/llvm-project/commit/cb22d71806b784a9105803f38b2740ca6888392a DIFF: https://github.com/llvm/llvm-project/commit/cb22d71806b784a9105803f38b2740ca6888392a.diff

[clang-tools-extra] 5da83ee - clang-tidy: discover binaries in build dir

2022-03-14 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2022-03-14T09:04:36-07:00 New Revision: 5da83eeb91bab848a096db7521c6d8be29231665 URL: https://github.com/llvm/llvm-project/commit/5da83eeb91bab848a096db7521c6d8be29231665 DIFF: https://github.com/llvm/llvm-project/commit/5da83eeb91bab848a096db7521c6d8be29231665.diff

[clang] 502f14d - [VFS] Add a "redirecting-with" field to overlays

2022-02-03 Thread Keith Smiley via cfe-commits
Author: Ben Barham Date: 2022-02-03T13:10:23-08:00 New Revision: 502f14d6f2eee10d2993ed22d820f12cf52462d6 URL: https://github.com/llvm/llvm-project/commit/502f14d6f2eee10d2993ed22d820f12cf52462d6 DIFF: https://github.com/llvm/llvm-project/commit/502f14d6f2eee10d2993ed22d820f12cf52462d6.diff LO

[clang] ace03d0 - [clang][Darwin] Remove old lld implementation handling

2021-12-02 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-12-02T16:29:26-08:00 New Revision: ace03d0df4fa861981c79a38892584bcbc4e3c15 URL: https://github.com/llvm/llvm-project/commit/ace03d0df4fa861981c79a38892584bcbc4e3c15 DIFF: https://github.com/llvm/llvm-project/commit/ace03d0df4fa861981c79a38892584bcbc4e3c15.diff

[clang] 86e2af8 - reland: [VFS] Use original path when falling back to external FS

2021-11-13 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-11-13T12:14:34-08:00 New Revision: 86e2af8043c7728710a711b623f27425801a36c3 URL: https://github.com/llvm/llvm-project/commit/86e2af8043c7728710a711b623f27425801a36c3 DIFF: https://github.com/llvm/llvm-project/commit/86e2af8043c7728710a711b623f27425801a36c3.diff

[clang] f0cf544 - Revert "[VFS] Use original path when falling back to external FS"

2021-11-13 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-11-13T10:11:51-08:00 New Revision: f0cf544d6f6fe6cbca4c07772998272d6bb433d8 URL: https://github.com/llvm/llvm-project/commit/f0cf544d6f6fe6cbca4c07772998272d6bb433d8 DIFF: https://github.com/llvm/llvm-project/commit/f0cf544d6f6fe6cbca4c07772998272d6bb433d8.diff

[clang] c972175 - [VFS] Use original path when falling back to external FS

2021-11-13 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-11-13T09:34:44-08:00 New Revision: c972175649f4bb50d40d911659a04d5620ce6fe0 URL: https://github.com/llvm/llvm-project/commit/c972175649f4bb50d40d911659a04d5620ce6fe0 DIFF: https://github.com/llvm/llvm-project/commit/c972175649f4bb50d40d911659a04d5620ce6fe0.diff

[clang] bd8a950 - [clang][driver] Fix multiarch output name with -Wl arg

2021-10-29 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-10-29T10:09:38-07:00 New Revision: bd8a9507ef8c3a493c15828f7f2fbc241a9e5c93 URL: https://github.com/llvm/llvm-project/commit/bd8a9507ef8c3a493c15828f7f2fbc241a9e5c93 DIFF: https://github.com/llvm/llvm-project/commit/bd8a9507ef8c3a493c15828f7f2fbc241a9e5c93.diff

[clang] 17386cb - [clang][Driver] Make multiarch output file basenames reproducible

2021-10-19 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-10-19T13:49:47-07:00 New Revision: 17386cb4dc89afad62623b9bc08516b99b9c6df7 URL: https://github.com/llvm/llvm-project/commit/17386cb4dc89afad62623b9bc08516b99b9c6df7 DIFF: https://github.com/llvm/llvm-project/commit/17386cb4dc89afad62623b9bc08516b99b9c6df7.diff

[clang] 68e49ae - Revert "[clang] Fix absolute file paths with -fdebug-prefix-map"

2021-10-08 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-10-08T10:39:44-07:00 New Revision: 68e49aea9ac4dca550df70706cc845de04939c03 URL: https://github.com/llvm/llvm-project/commit/68e49aea9ac4dca550df70706cc845de04939c03 DIFF: https://github.com/llvm/llvm-project/commit/68e49aea9ac4dca550df70706cc845de04939c03.diff

[clang] a23a596 - [clang] Fix absolute file paths with -fdebug-prefix-map

2021-10-08 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-10-08T10:35:17-07:00 New Revision: a23a5967932292b82e9a7e4b37817d1b3f5be5ec URL: https://github.com/llvm/llvm-project/commit/a23a5967932292b82e9a7e4b37817d1b3f5be5ec DIFF: https://github.com/llvm/llvm-project/commit/a23a5967932292b82e9a7e4b37817d1b3f5be5ec.diff

[clang] 9f9ed7a - [clang] Fix darwin REQUIRES test annotation (NFC)

2021-10-07 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-10-07T12:58:49-07:00 New Revision: 9f9ed7a81ab8ad6af46c7c5ba9109a7ef29fc7a7 URL: https://github.com/llvm/llvm-project/commit/9f9ed7a81ab8ad6af46c7c5ba9109a7ef29fc7a7 DIFF: https://github.com/llvm/llvm-project/commit/9f9ed7a81ab8ad6af46c7c5ba9109a7ef29fc7a7.diff

[clang] 80d6299 - [clang][darwin] Add support for --emit-static-lib

2021-09-17 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-09-17T12:11:05-07:00 New Revision: 80d62993d0720bc36523e39e64cc36da6e445e64 URL: https://github.com/llvm/llvm-project/commit/80d62993d0720bc36523e39e64cc36da6e445e64 DIFF: https://github.com/llvm/llvm-project/commit/80d62993d0720bc36523e39e64cc36da6e445e64.diff

[clang] 1c7f339 - clang/darwin: use response files with ld64

2021-06-09 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-06-09T09:04:37-07:00 New Revision: 1c7f3395b8ec52462220898495883ec570390367 URL: https://github.com/llvm/llvm-project/commit/1c7f3395b8ec52462220898495883ec570390367 DIFF: https://github.com/llvm/llvm-project/commit/1c7f3395b8ec52462220898495883ec570390367.diff

[clang-tools-extra] 9d9ceb3 - Revert "[clangd][NFC] Simplify handing on methods with no params"

2021-01-25 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-01-25T11:56:18-08:00 New Revision: 9d9ceb37453ffe0186d04f4e9e4ba9fb41200b57 URL: https://github.com/llvm/llvm-project/commit/9d9ceb37453ffe0186d04f4e9e4ba9fb41200b57 DIFF: https://github.com/llvm/llvm-project/commit/9d9ceb37453ffe0186d04f4e9e4ba9fb41200b57.diff

[clang] c332445 - [clang] Add -fprofile-prefix-map

2021-01-25 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2021-01-25T10:14:04-08:00 New Revision: c3324450b204392169d4ec7172cb32f74c03e376 URL: https://github.com/llvm/llvm-project/commit/c3324450b204392169d4ec7172cb32f74c03e376 DIFF: https://github.com/llvm/llvm-project/commit/c3324450b204392169d4ec7172cb32f74c03e376.diff

[clang] 244022a - Don’t break before nested block param when prior param is not a block

2020-11-20 Thread Keith Smiley via cfe-commits
Author: Samuel Giddins Date: 2020-11-20T15:16:04-08:00 New Revision: 244022a3cd75b51dcf1d2a5a822419492ce79e47 URL: https://github.com/llvm/llvm-project/commit/244022a3cd75b51dcf1d2a5a822419492ce79e47 DIFF: https://github.com/llvm/llvm-project/commit/244022a3cd75b51dcf1d2a5a822419492ce79e47.diff

[clang] bbf02e1 - [clang][NFC] Remove unused FileCheck prefix

2020-10-30 Thread Keith Smiley via cfe-commits
Author: Keith Smiley Date: 2020-10-30T13:32:14-07:00 New Revision: bbf02e18f53681c079f7a88b2726d0714d92e1a0 URL: https://github.com/llvm/llvm-project/commit/bbf02e18f53681c079f7a88b2726d0714d92e1a0 DIFF: https://github.com/llvm/llvm-project/commit/bbf02e18f53681c079f7a88b2726d0714d92e1a0.diff