Skip to content
View saarraz's full-sized avatar

Block or report saarraz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. static-print static-print Public

    A GCC 7.1 patch that adds a 'static_print' statement to C++.

    147 6

  2. clang-concepts-old clang-concepts-old Public

    *********************** OUTDATED - please use https://github.com/saarraz/clang-concepts-monorepo *********************** Commits of clang concepts (not merged yet). Built against LLVM commit d5826c…

    C++ 53 2

  3. clang-concepts-monorepo clang-concepts-monorepo Public

    Forked from llvm/llvm-project

    ****** OBSOLETE - CONCEPTS HAS BEEN MERGED INTO CLANG TRUNK AND DEVELOPMENT CONTINUES THERE ****** This fork of llvm-project contains my implementation of C++2a Concepts for the Clang compiler, and…

    C++ 27 3

  4. clang-concepts-roadmap clang-concepts-roadmap Public

    Roadmap for implementation of Concepts in the Clang compiler.

    16

  5. slides slides Public

    Slides from my talks

    C++ 3

  6. range-arithmetic range-arithmetic Public

    A javascript library for adding and subtracting of numeric ranges, e.g. [[0, 2], [3, 8]] - [[1, 7]] -> [[0, 1], [7, 8]]

    JavaScript 1