Popular repositories Loading
-
Pcap.Net
Pcap.Net PublicForked from PcapDotNet/Pcap.Net
.NET wrapper for WinPcap written in C++/CLI and C#, which features almost all WinPcap features and includes a packet interpretation framework.
C#
-
-
llvm-project
llvm-project PublicForked from llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
LLVM
-
carbon-lang
carbon-lang PublicForked from carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
C++
364 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 | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 20 commits in 2 repositories
Created a pull request in carbon-language/carbon-lang that received 9 comments
Make the regex for line number replacements stricter so that line numbers in the middle of the line won't be captured
This has no impact on existing tests file tests. However, this has an impact on a potential change that adds instructions formatted to include line…
Opened 13 other pull requests in 1 repository
carbon-language/carbon-lang
4
open
9
merged
-
Demonstrate regex
This contribution was made on Apr 8
-
Fix clang-tidy: use a ranges version of this algorithm [modernize-use-ranges,-warnings-as-errors]
This contribution was made on Apr 8
-
Fix clang-tidy: result of a
data()
call may not be null terminated, provide size information to the callee to prevent potential issues [bugprone-suspicious-stringview-data-usage,-warnings-as-errors]This contribution was made on Apr 8 -
Fix clang-tidy: move assignment operators should be marked noexcept [performance-noexcept-move-constructor,-warnings-as-errors]
This contribution was made on Apr 8
-
Fix clang-tidy: function 'rewind' has no error detection; 'fseek' should be used instead [bugprone-unsafe-functions,-warnings-as-errors]
This contribution was made on Apr 8
-
Fix clang-tidy performance-enum-size for enums
FullPatternStack::Kind
,LldOptions::Platform
,DiagnosticConsumer::GetSeverity::DiagnosticSeverity
This contribution was made on Apr 8 -
Introduce a Clang diagnostic instruction and use it to point to C++ source locations on Clang errors and warnings
This contribution was made on Apr 8
-
Simplify
GetAbsoluteNodeIdImpl()
by mergingwhile (true)
with the firstif
This contribution was made on Apr 3 -
Remove unused variable
diagnostics_stream
This contribution was made on Apr 3 -
Change
CopyOnWriteBlock::file_
from reference to pointerThis contribution was made on Apr 1 -
Change
CodeGen::Make()
to takemodule
anderrors
as pointers and not referencesThis contribution was made on Apr 1 -
Change
Lexer::ErrorRecoveryBuffer::buffer_
from reference to pointerThis contribution was made on Apr 1 -
Change
OutputMapping::Map::io_
from reference to pointerThis contribution was made on Apr 1
Reviewed 4 pull requests in 1 repository
carbon-language/carbon-lang
4 pull requests
-
Introduce a Clang diagnostic instruction and use it to point to C++ source locations on Clang errors and warnings
This contribution was made on Apr 23
-
C++ Interop: Basic C++ record (class/struct/union) import support
This contribution was made on Apr 9
-
Fix clang-tidy: function 'rewind' has no error detection; 'fseek' should be used instead [bugprone-unsafe-functions,-warnings-as-errors]
This contribution was made on Apr 9
-
[Carbon/C++ interop] Add support for int function params
This contribution was made on Apr 7
Opened 1 issue in 1 repository
carbon-language/carbon-lang
1
open
-
C++ interop: C++ locations in Carbon diagnostics
This contribution was made on Apr 4