Skip to content
View efriedma-quic's full-sized avatar

Block or report efriedma-quic

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. llvm-project llvm-project Public

    Forked from llvm/llvm-project

    This is the canonical git mirror of the LLVM subversion repository. The repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.

  2. llvm-zorg llvm-zorg Public

    Forked from llvm/llvm-zorg

    Python

592 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 2 commits in 1 repository

Created a pull request in llvm/llvm-project that received 12 comments

[clang] Reject constexpr-unknown values as constant expressions more consistently

Perform the check for constexpr-unknown values in the same place we perform checks for other values which don't count as constant expressions. Whil…

+54 −19 lines changed 12 comments
Opened 4 other pull requests in 1 repository
llvm/llvm-project 2 open 2 merged
Reviewed 22 pull requests in 1 repository

Created an issue in llvm/llvm-project that received 3 comments

accepts-invalid with C++23 constexpr-unknown with struct containing reference

int &ff(); int &x = ff(); struct A { int& x; }; constexpr A g = {x}; const A* gg = &g; Should be rejected, currently accepted. (And related variat…

3 comments
Opened 3 other issues in 1 repository
llvm/llvm-project 2 open 1 closed
Loading