Highlights
- Pro
Pinned Loading
-
new_cxx_project
new_cxx_project PublicA tool that generates a new C++ project structure so you can start writing your project immediately
-
constexpr-contracts
constexpr-contracts PublicPre-conditions, post-conditions, and assertions, all available at compile-time
-
llvm/llvm-project
llvm/llvm-project PublicThe LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
346 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created an issue in llvm/llvm-project that received 3 comments
-fdebug-types-section -gdwarf-3
crashes Clang with assertions
Source
struct A {};
struct B { A a; };
namespace N { using ::A; }
Invocation
clang -fdebug-types-section -gdwarf-3 crash.cpp
Output
Invalid form f…
3
comments