Skip to content

Commit

Permalink
Merge branch 'main' into rj-perf-quir-to-pulse
Browse files Browse the repository at this point in the history
  • Loading branch information
reza-j authored Apr 2, 2024
2 parents f564f5d + e5d0cbf commit 7630372
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ WarningsAsErrors: >
misc-*,
-misc-no-recursion,
-misc-unused-parameters,
-misc-use-anonymous-namespace,
-misc-non-private-member-variables-in-classes,
readability-identifier-naming,
-llvm-header-guard,
Expand Down
1 change: 0 additions & 1 deletion lib/Dialect/QUIR/Transforms/ExtractCircuits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ llvm::cl::opt<bool>
llvm::cl::desc("enable extract quir circuits"),
llvm::cl::init(false));

// NOLINTNEXTLINE(misc-use-anonymous-namespace)
static bool terminatesCircuit(Operation &op) {
return (op.hasTrait<::mlir::RegionBranchOpInterface::Trait>() ||
isa<qcs::ParallelControlFlowOp>(op) ||
Expand Down
1 change: 0 additions & 1 deletion tools/qss-opt/qss-opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
using namespace qssc;
using namespace qssc::hal;

// NOLINTNEXTLINE(misc-use-anonymous-namespace)
static const std::string toolName = "qss-opt";

namespace {
Expand Down

0 comments on commit 7630372

Please sign in to comment.