Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Sep 20, 2023
1 parent e352411 commit bfca7d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixd/lib/Sema/Lowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ ExprAttrsBuilder::ExprAttrsBuilder(Lowering &LW) : LW(LW) {

nix::ExprAttrs *ExprAttrsBuilder::finish() { return Result; }

void ExprAttrsBuilder::addAttribute(const syntax::Attribute &A) {}

void ExprAttrsBuilder::addInherited(const syntax::InheritedAttribute &IA) {
if (IA.InheritedAttrs->Names.empty()) {
syntax::Diagnostic Diag;
Expand Down

0 comments on commit bfca7d8

Please sign in to comment.