Skip to content

Commit

Permalink
Update mcss version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Feb 26, 2025
1 parent 5ba609f commit 802c7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

FetchContent_Declare(
mcss
URL https://github.com/MikePopoloski/m.css/releases/download/release-7/mcss.zip
URL_HASH MD5=57cfeaf570374ebf673f0fe156a349b1
URL https://github.com/MikePopoloski/m.css/releases/download/release-8/mcss.zip
URL_HASH MD5=39c52acc36aa3a604616f22dc2549ad8
SOURCE_DIR "${PROJECT_BINARY_DIR}/mcss"
UPDATE_DISCONNECTED YES)
FetchContent_MakeAvailable(mcss)
Expand Down
2 changes: 1 addition & 1 deletion include/slang/analysis/AbstractFlowAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concept IsAnyOf = (std::same_as<T, U> || ...);
/// A base class for flow analysis passes.
///
/// See background on lattice flow analysis:
/// (<see href="https://en.wikipedia.org/wiki/Data-flow_analysis"/>).
/// https://en.wikipedia.org/wiki/Data-flow_analysis
template<typename TDerived, typename TState>
class AbstractFlowAnalysis {
#define DERIVED *static_cast<TDerived*>(this)
Expand Down

0 comments on commit 802c7e6

Please sign in to comment.