Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak committed May 31, 2024
1 parent d441359 commit fe4a636
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
pull_request:
branches:
- master
- test

jobs:
architecture:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- coverity_scan
pull_request:
branches:
- master
- tape-push
- coverity_scan

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
paths:
- '**.h'
- '**.cpp'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/checkout@v4

- name: Install LLVM and Clang
uses: KyleMayes/[email protected].2
uses: KyleMayes/[email protected].3
with:
version: "16.0.0"
version: "18.1.4"

- name: install lit
run: pip install lit
Expand Down
2 changes: 1 addition & 1 deletion lib/Differentiator/DiffPlanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ namespace clad {
llvm::SaveAndRestore<const FunctionDecl*> 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,
Expand Down

0 comments on commit fe4a636

Please sign in to comment.