| .. |
|
BUILD
|
b2ab53e49c
Fix an incompatiblitiy between our YAML and `ErrorOr` test helpers (#6636)
|
3 месяцев назад |
|
all_llvm_targets.cpp
|
a196b9840f
Run clang-tidy on headers (#3572)
|
2 лет назад |
|
array_stack.h
|
6d9ee96584
Misc comment cleanups (#6200)
|
6 месяцев назад |
|
array_stack_test.cpp
|
efa158d496
Refactor InstBlockStack to use ArrayStack. (#4104)
|
1 год назад |
|
bazel_working_dir.h
|
e545929386
Pivot towards relative paths for installs and runtimes (#6547)
|
4 месяцев назад |
|
build_data.cpp
|
2f81858a36
Switch BuildData to char arrays (#5464)
|
11 месяцев назад |
|
build_data.h
|
2f81858a36
Switch BuildData to char arrays (#5464)
|
11 месяцев назад |
|
build_data_linkstamp.cpp
|
2f81858a36
Switch BuildData to char arrays (#5464)
|
11 месяцев назад |
|
build_data_linkstamp.h
|
2f81858a36
Switch BuildData to char arrays (#5464)
|
11 месяцев назад |
|
build_data_test.cpp
|
b1004012c3
Add linkstamp support to get the target name (#5451)
|
11 месяцев назад |
|
check.h
|
11e82e9872
Revert "Add FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to fuzzer mode and enable DCHECKs under fuzzing (#5489)" (#5580)
|
11 месяцев назад |
|
check_internal.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
|
check_internal.h
|
a376a2b27d
Update pre-commit versions (#6666)
|
3 месяцев назад |
|
check_test.cpp
|
f18fc40a32
Add missing standard library header inclusions (#5486)
|
11 месяцев назад |
|
command_line.cpp
|
67163096b6
Replace OwningArrayRef with SmallVector (#6633)
|
3 месяцев назад |
|
command_line.h
|
67163096b6
Replace OwningArrayRef with SmallVector (#6633)
|
3 месяцев назад |
|
command_line_test.cpp
|
f18fc40a32
Add missing standard library header inclusions (#5486)
|
11 месяцев назад |
|
concepts.h
|
dbf12eb3fc
Add a SameAsOneOf helper (#5490)
|
11 месяцев назад |
|
emplace_by_calling.h
|
6753a715f6
Avoid moving around large suspended function states in the deferred definition worklist. (#5608)
|
10 месяцев назад |
|
emplace_by_calling_test.cpp
|
6753a715f6
Avoid moving around large suspended function states in the deferred definition worklist. (#5608)
|
10 месяцев назад |
|
enum_base.h
|
b300f36e6f
Use `inline constexpr` where appropriate. (#6374)
|
5 месяцев назад |
|
enum_base_test.cpp
|
973d721916
Some more edits to EnumBase and EnumMaskBase (#6054)
|
7 месяцев назад |
|
enum_base_test.def
|
44a5e371b2
Reduce clangd-displayed errors for def files (#4957)
|
1 год назад |
|
enum_mask_base.h
|
973d721916
Some more edits to EnumBase and EnumMaskBase (#6054)
|
7 месяцев назад |
|
enum_mask_base_test.cpp
|
973d721916
Some more edits to EnumBase and EnumMaskBase (#6054)
|
7 месяцев назад |
|
error.h
|
3f799bd987
Use explicit(false) for implicit construction (#6039)
|
7 месяцев назад |
|
error_test.cpp
|
74016d47f9
Rework the `IsSuccess` matcher to be fully polymorphic (#5981)
|
8 месяцев назад |
|
error_test_helpers.h
|
b2ab53e49c
Fix an incompatiblitiy between our YAML and `ErrorOr` test helpers (#6636)
|
3 месяцев назад |
|
exe_path.cpp
|
3070e5cfc6
Try using getMainExecutable to address argv[0] limitations (#5643)
|
10 месяцев назад |
|
exe_path.h
|
6d9ee96584
Misc comment cleanups (#6200)
|
6 месяцев назад |
|
exe_path_test.cpp
|
3070e5cfc6
Try using getMainExecutable to address argv[0] limitations (#5643)
|
10 месяцев назад |
|
filesystem.cpp
|
e545929386
Pivot towards relative paths for installs and runtimes (#6547)
|
4 месяцев назад |
|
filesystem.h
|
e545929386
Pivot towards relative paths for installs and runtimes (#6547)
|
4 месяцев назад |
|
filesystem_benchmark.cpp
|
20a5c43e95
Update bazel to 8.5.1, plus module updates. (#6664)
|
3 месяцев назад |
|
filesystem_test.cpp
|
e545929386
Pivot towards relative paths for installs and runtimes (#6547)
|
4 месяцев назад |
|
find.h
|
9a6c74f0cd
Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322)
|
1 год назад |
|
find_test.cpp
|
9a6c74f0cd
Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322)
|
1 год назад |
|
growing_range.h
|
dc7839e893
Add a new facility GrowingRange for a range that might grow during iteration. (#5641)
|
10 месяцев назад |
|
growing_range_test.cpp
|
dc7839e893
Add a new facility GrowingRange for a range that might grow during iteration. (#5641)
|
10 месяцев назад |
|
hashing.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
|
hashing.h
|
ee97511496
Fix IsCarbonMap invocations to avoid build failures for non-Carbon map types (not sure when this broke). (#6662)
|
3 месяцев назад |
|
hashing_benchmark.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
|
hashing_test.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
|
hashtable_key_context.h
|
467e510d40
Document abbreviation style things (#4996)
|
1 год назад |
|
hashtable_key_context_test.cpp
|
a8748f3e2d
Key context improvements (#4095)
|
1 год назад |
|
init_llvm.cpp
|
e2256516e8
Fix InitLLVM argv (#4405)
|
1 год назад |
|
init_llvm.h
|
a196b9840f
Run clang-tidy on headers (#3572)
|
2 лет назад |
|
latch.cpp
|
4024d300bc
Add a more friendly "latch" synchronization tool (#6372)
|
5 месяцев назад |
|
latch.h
|
4024d300bc
Add a more friendly "latch" synchronization tool (#6372)
|
5 месяцев назад |
|
latch_test.cpp
|
4024d300bc
Add a more friendly "latch" synchronization tool (#6372)
|
5 месяцев назад |
|
map.h
|
a376a2b27d
Update pre-commit versions (#6666)
|
3 месяцев назад |
|
map_benchmark.cpp
|
ee97511496
Fix IsCarbonMap invocations to avoid build failures for non-Carbon map types (not sure when this broke). (#6662)
|
3 месяцев назад |
|
map_test.cpp
|
63adcea9f0
Fix typename in forward (#6183)
|
6 месяцев назад |
|
move_only.h
|
e060342411
Defer building thunks until the end of the enclosing definition. (#5403)
|
1 год назад |
|
ostream.h
|
1c6e859a50
Many improvements to the filesystem library (#6000)
|
7 месяцев назад |
|
pretty_stack_trace_function.h
|
fcf445b517
Print captured stdout/stderr on test crashes (#5740)
|
10 месяцев назад |
|
raw_hashtable.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
|
raw_hashtable.h
|
b300f36e6f
Use `inline constexpr` where appropriate. (#6374)
|
5 месяцев назад |
|
raw_hashtable_benchmark_helpers.cpp
|
67163096b6
Replace OwningArrayRef with SmallVector (#6633)
|
3 месяцев назад |
|
raw_hashtable_benchmark_helpers.h
|
20a5c43e95
Update bazel to 8.5.1, plus module updates. (#6664)
|
3 месяцев назад |
|
raw_hashtable_metadata_group.cpp
|
21a81bc59e
Introduce custom hash table data structures. (#3940)
|
1 год назад |
|
raw_hashtable_metadata_group.h
|
13bb660f7f
Update LLVM and update APIs (#6147)
|
5 месяцев назад |
|
raw_hashtable_metadata_group_benchmark.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
|
raw_hashtable_test_helpers.h
|
3d5d62e1c7
Allow making sets and maps with move-only keys and/or values (#4982)
|
1 год назад |
|
raw_string_ostream.h
|
2fef1cb713
Switch to trailing returns in toolchain and related code. (#4919)
|
1 год назад |
|
raw_string_ostream_test.cpp
|
4c4c4a4d2c
Add RawStringOstream for slightly simpler streaming to strings (#4817)
|
1 год назад |
|
set.h
|
55e5675373
Clarify const semantics of `Set` and `Map` (#6351)
|
5 месяцев назад |
|
set_benchmark.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |
|
set_test.cpp
|
63adcea9f0
Fix typename in forward (#6183)
|
6 месяцев назад |
|
string_helpers.cpp
|
eecbb7e508
Switch to BumpPtrAllocator for C-string storage (#6550)
|
3 месяцев назад |
|
string_helpers.h
|
eecbb7e508
Switch to BumpPtrAllocator for C-string storage (#6550)
|
3 месяцев назад |
|
string_helpers_test.cpp
|
eecbb7e508
Switch to BumpPtrAllocator for C-string storage (#6550)
|
3 месяцев назад |
|
struct_reflection.h
|
3f799bd987
Use explicit(false) for implicit construction (#6039)
|
7 месяцев назад |
|
struct_reflection_test.cpp
|
f18fc40a32
Add missing standard library header inclusions (#5486)
|
11 месяцев назад |
|
template_string.h
|
93dc369ebd
Add a base struct for singleton type insts (#6289)
|
6 месяцев назад |
|
template_string_test.cpp
|
93dc369ebd
Add a base struct for singleton type insts (#6289)
|
6 месяцев назад |
|
type_enum.h
|
3f799bd987
Use explicit(false) for implicit construction (#6039)
|
7 месяцев назад |
|
version.h
|
b51dc7f8e2
Introduce version and build info stamping. (#4054)
|
1 год назад |
|
version.tmpl.cpp
|
b51dc7f8e2
Introduce version and build info stamping. (#4054)
|
1 год назад |
|
version_stamp.tmpl.cpp
|
b51dc7f8e2
Introduce version and build info stamping. (#4054)
|
1 год назад |
|
vlog.h
|
1d904556ef
Remove `[[clang::preserve_most]]` (#4319)
|
1 год назад |
|
vlog_test.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 год назад |