Calvin dcfccd3187 Support references in `ErrorOr` (#4889) 1 год назад
..
BUILD 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
all_llvm_targets.cpp a196b9840f Run clang-tidy on headers (#3572) 2 лет назад
array_stack.h 13434f0e8a Model `var` as a pattern operator (#4720) 1 год назад
array_stack_test.cpp efa158d496 Refactor InstBlockStack to use ArrayStack. (#4104) 1 год назад
bazel_working_dir.h 0b9bda10b7 Refactor common main logic (#2260) 3 лет назад
check.h a45cb86bf7 Add a compile-time check that the condition of a CHECK is not constant. (#4628) 1 год назад
check_internal.cpp 58fba078ee Add a flag to make `CHECK` failures non-fatal for debugging. (#4835) 1 год назад
check_internal.h 58fba078ee Add a flag to make `CHECK` failures non-fatal for debugging. (#4835) 1 год назад
check_test.cpp a45cb86bf7 Add a compile-time check that the condition of a CHECK is not constant. (#4628) 1 год назад
command_line.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
command_line.h 3f9a06aee3 Look at flipping clang-tidy's misc-* to enable-by-default (#4699) 1 год назад
command_line_test.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
enum_base.h e66406ec93 Disable bugprone-macro-parentheses and let clang-format insert braces. (#3825) 2 лет назад
enum_base_test.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
enum_base_test.def 9e1a5cfaee Reuse EnumBase for interpreter's Builtin enum (#2688) 3 лет назад
error.h dcfccd3187 Support references in `ErrorOr` (#4889) 1 год назад
error_test.cpp dcfccd3187 Support references in `ErrorOr` (#4889) 1 год назад
error_test_helpers.h 5880954041 Refactor command line errors to mirror diagnostic style (#4568) 1 год назад
exe_path.cpp 582b2c04dd Allow GoogleTest tests to locate their executable path. (#3992) 1 год назад
exe_path.h 582b2c04dd Allow GoogleTest tests to locate their executable path. (#3992) 1 год назад
exe_path_test.cpp 582b2c04dd Allow GoogleTest tests to locate their executable path. (#3992) 1 год назад
hashing.cpp f59a6cdbdd Introduce a Carbon hashing framework. (#3327) 2 лет назад
hashing.h 384e1cbb92 Update Read*To* to improve operation dependency graph. (#4746) 1 год назад
hashing_benchmark.cpp b473eac5bc Fix clang-tidy issues in `//common`. (#3962) 1 год назад
hashing_test.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
hashtable_key_context.h a8748f3e2d Key context improvements (#4095) 1 год назад
hashtable_key_context_test.cpp a8748f3e2d Key context improvements (#4095) 1 год назад
indirect_value.h 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) 2 лет назад
indirect_value_test.cpp c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) 1 год назад
init_llvm.cpp e2256516e8 Fix InitLLVM argv (#4405) 1 год назад
init_llvm.h a196b9840f Run clang-tidy on headers (#3572) 2 лет назад
map.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
map_benchmark.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
map_test.cpp af6312a3aa Add assignment support to the hashtables. (#4066) 1 год назад
ostream.h b06fcc97f6 Clean up a few details of lex yaml printing (#4845) 1 год назад
raw_hashtable.cpp 21a81bc59e Introduce custom hash table data structures. (#3940) 1 год назад
raw_hashtable.h 82a346730a Fix clang-tidy issues (#4786) 1 год назад
raw_hashtable_benchmark_helpers.cpp 61c0a8b676 Make more use of llvm STLExtras (#4668) 1 год назад
raw_hashtable_benchmark_helpers.h 3be57b71e0 Collect more detailed metrics on hashtables. (#4046) 1 год назад
raw_hashtable_metadata_group.cpp 21a81bc59e Introduce custom hash table data structures. (#3940) 1 год назад
raw_hashtable_metadata_group.h 1670baf180 Make binary operators non-member (#4838) 1 год назад
raw_hashtable_metadata_group_benchmark.cpp 3ae968a74c Teach the SIMD metadata group match to defer masking (#4595) 1 год назад
raw_hashtable_test_helpers.h a8748f3e2d Key context improvements (#4095) 1 год назад
raw_string_ostream.h 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
raw_string_ostream_test.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
set.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
set_benchmark.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
set_test.cpp 9d95c6836d Add a key-returning callback insert to `Set`. (#4072) 1 год назад
string_helpers.cpp b19a87642b Update LLVM (#3956) 1 год назад
string_helpers.h 8d0f3364d8 Initial implementation of raw string literals (#1304) 3 лет назад
string_helpers_test.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 лет назад
struct_reflection.h dd0890619a Enable a couple of boring warnings. (#4018) 1 год назад
struct_reflection_test.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 лет назад
template_string.h e48101b608 Switch `CARBON_VLOG` to support a format string API. (#4283) 1 год назад
template_string_test.cpp e48101b608 Switch `CARBON_VLOG` to support a format string API. (#4283) 1 год назад
variant_helpers.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 лет назад
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 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад