From 9a21b690f690a6f51447109ed6c348719e8156ae Mon Sep 17 00:00:00 2001 From: Vaibhav Thakkar Date: Fri, 31 May 2024 14:16:32 +0200 Subject: [PATCH] try --- .github/workflows/ci.yml | 1 - .github/workflows/clang-tidy-review.yml | 2 +- lib/Differentiator/DiffPlanner.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468062be6..2c1caa728 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ on: - coverity_scan pull_request: branches: - - master - tape-push - coverity_scan diff --git a/.github/workflows/clang-tidy-review.yml b/.github/workflows/clang-tidy-review.yml index b307ccf21..f44b9fa4d 100644 --- a/.github/workflows/clang-tidy-review.yml +++ b/.github/workflows/clang-tidy-review.yml @@ -20,7 +20,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v2.0.2 with: - version: "16.0.0" + version: "18.1.3" - name: install lit run: pip install lit diff --git a/lib/Differentiator/DiffPlanner.cpp b/lib/Differentiator/DiffPlanner.cpp index 07a7993c1..c406528c1 100644 --- a/lib/Differentiator/DiffPlanner.cpp +++ b/lib/Differentiator/DiffPlanner.cpp @@ -685,7 +685,7 @@ namespace clad { llvm::SaveAndRestore saveTopMost = m_TopMostFD; m_TopMostFD = FD; TraverseDecl(derivedFD); - m_DiffRequestGraph.addNode(request, /*isSource=*/true); + m_DiffRequestGraph.addNode(request, true); } /*else if (m_TopMostFD) { // If another function is called inside differentiated function,