Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
799 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- kadircet/clangd Python
- kadircet/pitwall Go
Created a pull request in clangd/llvm-remote-index that received 2 comments
Created an issue in clangd/clangd that received 2 comments
Bad interaction between `Add using declaration` tweak and typo correction
namespace bar { void aux();
}
namespace foo { namespace bar {} void baz() { bar::aux(); }
} // namespace foo
issuing add using declaration on bar::…