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 9a21b69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
with:
version: "16.0.0"
version: "18.1.3"

- 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 9a21b69

Please sign in to comment.