Chandler Carruth eeea9dc9e5 Make minor improvements to `ErrorOr` based on usage (#5857) há 9 meses atrás
..
BUILD b39c7c93aa Add hashtable benchmark coverage for integers with low zero bits (#5735) há 10 meses atrás
all_llvm_targets.cpp a196b9840f Run clang-tidy on headers (#3572) há 2 anos atrás
array_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) há 1 ano atrás
array_stack_test.cpp efa158d496 Refactor InstBlockStack to use ArrayStack. (#4104) há 1 ano atrás
bazel_working_dir.h 0b9bda10b7 Refactor common main logic (#2260) há 3 anos atrás
build_data.cpp 2f81858a36 Switch BuildData to char arrays (#5464) há 11 meses atrás
build_data.h 2f81858a36 Switch BuildData to char arrays (#5464) há 11 meses atrás
build_data_linkstamp.cpp 2f81858a36 Switch BuildData to char arrays (#5464) há 11 meses atrás
build_data_linkstamp.h 2f81858a36 Switch BuildData to char arrays (#5464) há 11 meses atrás
build_data_test.cpp b1004012c3 Add linkstamp support to get the target name (#5451) há 11 meses atrás
check.h 11e82e9872 Revert "Add FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to fuzzer mode and enable DCHECKs under fuzzing (#5489)" (#5580) há 11 meses atrás
check_internal.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
check_internal.h 21252b5e94 Add missing trailing return types (#5006) há 1 ano atrás
check_test.cpp f18fc40a32 Add missing standard library header inclusions (#5486) há 11 meses atrás
command_line.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
command_line.h 0d3d829478 Cleanup pass over llvm::seq uses (#5185) há 1 ano atrás
command_line_test.cpp f18fc40a32 Add missing standard library header inclusions (#5486) há 11 meses atrás
concepts.h dbf12eb3fc Add a SameAsOneOf helper (#5490) há 11 meses atrás
emplace_by_calling.h 6753a715f6 Avoid moving around large suspended function states in the deferred definition worklist. (#5608) há 10 meses atrás
emplace_by_calling_test.cpp 6753a715f6 Avoid moving around large suspended function states in the deferred definition worklist. (#5608) há 10 meses atrás
enum_base.h e66406ec93 Disable bugprone-macro-parentheses and let clang-format insert braces. (#3825) há 2 anos atrás
enum_base_test.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) há 1 ano atrás
enum_base_test.def 44a5e371b2 Reduce clangd-displayed errors for def files (#4957) há 1 ano atrás
error.h eeea9dc9e5 Make minor improvements to `ErrorOr` based on usage (#5857) há 9 meses atrás
error_test.cpp eeea9dc9e5 Make minor improvements to `ErrorOr` based on usage (#5857) há 9 meses atrás
error_test_helpers.h eeea9dc9e5 Make minor improvements to `ErrorOr` based on usage (#5857) há 9 meses atrás
exe_path.cpp 3070e5cfc6 Try using getMainExecutable to address argv[0] limitations (#5643) há 10 meses atrás
exe_path.h 3070e5cfc6 Try using getMainExecutable to address argv[0] limitations (#5643) há 10 meses atrás
exe_path_test.cpp 3070e5cfc6 Try using getMainExecutable to address argv[0] limitations (#5643) há 10 meses atrás
find.h 9a6c74f0cd Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322) há 1 ano atrás
find_test.cpp 9a6c74f0cd Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322) há 1 ano atrás
growing_range.h dc7839e893 Add a new facility GrowingRange for a range that might grow during iteration. (#5641) há 10 meses atrás
growing_range_test.cpp dc7839e893 Add a new facility GrowingRange for a range that might grow during iteration. (#5641) há 10 meses atrás
hashing.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
hashing.h 384e1cbb92 Update Read*To* to improve operation dependency graph. (#4746) há 1 ano atrás
hashing_benchmark.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
hashing_test.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
hashtable_key_context.h 467e510d40 Document abbreviation style things (#4996) há 1 ano atrás
hashtable_key_context_test.cpp a8748f3e2d Key context improvements (#4095) há 1 ano atrás
init_llvm.cpp e2256516e8 Fix InitLLVM argv (#4405) há 1 ano atrás
init_llvm.h a196b9840f Run clang-tidy on headers (#3572) há 2 anos atrás
map.h dbf12eb3fc Add a SameAsOneOf helper (#5490) há 11 meses atrás
map_benchmark.cpp b39c7c93aa Add hashtable benchmark coverage for integers with low zero bits (#5735) há 10 meses atrás
map_test.cpp 3d5d62e1c7 Allow making sets and maps with move-only keys and/or values (#4982) há 1 ano atrás
move_only.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) há 1 ano atrás
ostream.h f5e69734d9 Bump clang version to 19 (#5440) há 11 meses atrás
pretty_stack_trace_function.h fcf445b517 Print captured stdout/stderr on test crashes (#5740) há 10 meses atrás
raw_hashtable.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
raw_hashtable.h dbf12eb3fc Add a SameAsOneOf helper (#5490) há 11 meses atrás
raw_hashtable_benchmark_helpers.cpp b39c7c93aa Add hashtable benchmark coverage for integers with low zero bits (#5735) há 10 meses atrás
raw_hashtable_benchmark_helpers.h b39c7c93aa Add hashtable benchmark coverage for integers with low zero bits (#5735) há 10 meses atrás
raw_hashtable_metadata_group.cpp 21a81bc59e Introduce custom hash table data structures. (#3940) há 1 ano atrás
raw_hashtable_metadata_group.h 11e82e9872 Revert "Add FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to fuzzer mode and enable DCHECKs under fuzzing (#5489)" (#5580) há 11 meses atrás
raw_hashtable_metadata_group_benchmark.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
raw_hashtable_test_helpers.h 3d5d62e1c7 Allow making sets and maps with move-only keys and/or values (#4982) há 1 ano atrás
raw_string_ostream.h 2fef1cb713 Switch to trailing returns in toolchain and related code. (#4919) há 1 ano atrás
raw_string_ostream_test.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) há 1 ano atrás
set.h b3c7a7e988 Fix a compilation error with a recent Clang (#5170) há 1 ano atrás
set_benchmark.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
set_test.cpp 74c0ed413c Update tool versions beyond just bazel (#5446) há 11 meses atrás
string_helpers.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
string_helpers.h 8d0f3364d8 Initial implementation of raw string literals (#1304) há 3 anos atrás
string_helpers_test.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás
struct_reflection.h dd0890619a Enable a couple of boring warnings. (#4018) há 1 ano atrás
struct_reflection_test.cpp f18fc40a32 Add missing standard library header inclusions (#5486) há 11 meses atrás
template_string.h e48101b608 Switch `CARBON_VLOG` to support a format string API. (#4283) há 1 ano atrás
template_string_test.cpp f18fc40a32 Add missing standard library header inclusions (#5486) há 11 meses atrás
type_enum.h 14f19b5a86 Use TypeEnum for ScopeId to refactor call structure (#5491) há 11 meses atrás
version.h b51dc7f8e2 Introduce version and build info stamping. (#4054) há 1 ano atrás
version.tmpl.cpp b51dc7f8e2 Introduce version and build info stamping. (#4054) há 1 ano atrás
version_stamp.tmpl.cpp b51dc7f8e2 Introduce version and build info stamping. (#4054) há 1 ano atrás
vlog.h 1d904556ef Remove `[[clang::preserve_most]]` (#4319) há 1 ano atrás
vlog_test.cpp bf32da8dad Add missing standard library header inclusions (#5316) há 1 ano atrás