Skip to content
View HighCommander4's full-sized avatar

Block or report HighCommander4

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. Please see http://llvm.org/ for instructions on contributing to LLVM.

    LLVM 4

  2. vscode-clangd vscode-clangd Public

    Forked from clangd/vscode-clangd

    Visual Studio Code extension for clangd

    TypeScript 1

  3. wxWidgets wxWidgets Public

    Forked from wxWidgets/wxWidgets

    Cross-Platform GUI Library - Report issues here: http://trac.wxwidgets.org/

    C++

  4. gmail-delay-send gmail-delay-send Public

    Automatically exported from code.google.com/p/gmail-delay-send

    JavaScript

  5. RustDT RustDT Public

    Forked from RustDT/RustDT

    RustDT is an Eclipse based IDE for the Rust programming language:

    Java

  6. rustfmt rustfmt Public

    Forked from rust-lang/rustfmt

    Format Rust code

    Rust

372 contributions in the last year

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

Contribution activity

May 2025

Created 3 commits in 1 repository

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

[clang][AST] Pass ProfileArguments by value in findSpecialization{Impl,Locally}

The arguments passed are lightweight (an ArrayRef and a pointer), and findSpecializationImpl passes them to multiple functions, making it a potenti…

+10 −15 lines changed 4 comments
Opened 2 other pull requests in 1 repository
llvm/llvm-project 1 open 1 merged
Reviewed 12 pull requests in 3 repositories

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

[clang][20.x regression] Crash during code completion when using PCH

Given the following files: test.h: #pragma once class provider_t { public: template<class T> void emit(T *data) {} }; test.cpp: #include "test.h" void

5 comments
Loading