Skip to content

Commit

Permalink
Merge branch 'master' into clang-tidy-cppcoreguidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Jan 10, 2024
2 parents 65c33e3 + 276afab commit dbca526
Show file tree
Hide file tree
Showing 8 changed files with 817 additions and 334 deletions.
2 changes: 2 additions & 0 deletions include/kllvm/ast/AST.h
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,8 @@ void readMultimap(
std::string const &, KORESymbolDeclaration *,
std::map<std::string, std::set<std::string>> &, std::string const &);

sptr<KOREPattern> stripRawTerm(sptr<KOREPattern> const &term);

template <typename Elem, typename Hash, typename Equal>
std::unordered_map<Elem *, std::unordered_set<Elem *, Hash, Equal>, Hash, Equal>
transitiveClosure(std::unordered_map<
Expand Down
Loading

0 comments on commit dbca526

Please sign in to comment.