David Blaikie dfed743de2 Add vtable pointers to class layout (#4407) 1 year ago
..
BUILD 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
all_llvm_targets.cpp a196b9840f Run clang-tidy on headers (#3572) 2 years ago
array_stack.h dfed743de2 Add vtable pointers to class layout (#4407) 1 year ago
array_stack_test.cpp efa158d496 Refactor InstBlockStack to use ArrayStack. (#4104) 1 year ago
bazel_working_dir.h 0b9bda10b7 Refactor common main logic (#2260) 3 years ago
check.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
check_internal.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
check_internal.h 1d904556ef Remove `[[clang::preserve_most]]` (#4319) 1 year ago
check_test.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
command_line.cpp 9b0519d236 Convert CommandLine member references to pointers (#4301) 1 year ago
command_line.h 9b0519d236 Convert CommandLine member references to pointers (#4301) 1 year ago
command_line_test.cpp 43c6259fb2 Update LLVM and fix formatv issues. (#4282) 1 year ago
enum_base.h e66406ec93 Disable bugprone-macro-parentheses and let clang-format insert braces. (#3825) 2 years ago
enum_base_test.cpp 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 years ago
enum_base_test.def 9e1a5cfaee Reuse EnumBase for interpreter's Builtin enum (#2688) 3 years ago
error.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
error_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) 2 years ago
exe_path.cpp 582b2c04dd Allow GoogleTest tests to locate their executable path. (#3992) 1 year ago
exe_path.h 582b2c04dd Allow GoogleTest tests to locate their executable path. (#3992) 1 year ago
exe_path_test.cpp 582b2c04dd Allow GoogleTest tests to locate their executable path. (#3992) 1 year ago
hashing.cpp f59a6cdbdd Introduce a Carbon hashing framework. (#3327) 2 years ago
hashing.h bf736e6b03 A collection of hashing improvements from using hashtables. (#4094) 1 year ago
hashing_benchmark.cpp b473eac5bc Fix clang-tidy issues in `//common`. (#3962) 1 year ago
hashing_test.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
hashtable_key_context.h a8748f3e2d Key context improvements (#4095) 1 year ago
hashtable_key_context_test.cpp a8748f3e2d Key context improvements (#4095) 1 year ago
indirect_value.h 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) 2 years ago
indirect_value_test.cpp 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) 2 years ago
init_llvm.cpp e2256516e8 Fix InitLLVM argv (#4405) 1 year ago
init_llvm.h a196b9840f Run clang-tidy on headers (#3572) 2 years ago
map.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
map_benchmark.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
map_benchmark_test.sh 21a81bc59e Introduce custom hash table data structures. (#3940) 1 year ago
map_test.cpp af6312a3aa Add assignment support to the hashtables. (#4066) 1 year ago
ostream.h 21a81bc59e Introduce custom hash table data structures. (#3940) 1 year ago
raw_hashtable.cpp 21a81bc59e Introduce custom hash table data structures. (#3940) 1 year ago
raw_hashtable.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
raw_hashtable_benchmark_helpers.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
raw_hashtable_benchmark_helpers.h 3be57b71e0 Collect more detailed metrics on hashtables. (#4046) 1 year ago
raw_hashtable_metadata_group.cpp 21a81bc59e Introduce custom hash table data structures. (#3940) 1 year ago
raw_hashtable_metadata_group.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
raw_hashtable_metadata_group_benchmark.cpp 5a11048c34 Remove some explicit (Mutable)ArrayRef constructions (#4238) 1 year ago
raw_hashtable_metadata_group_benchmark_test.sh 21a81bc59e Introduce custom hash table data structures. (#3940) 1 year ago
raw_hashtable_test_helpers.h a8748f3e2d Key context improvements (#4095) 1 year ago
set.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
set_benchmark.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
set_benchmark_test.sh 21a81bc59e Introduce custom hash table data structures. (#3940) 1 year ago
set_test.cpp 9d95c6836d Add a key-returning callback insert to `Set`. (#4072) 1 year ago
string_helpers.cpp b19a87642b Update LLVM (#3956) 1 year ago
string_helpers.h 8d0f3364d8 Initial implementation of raw string literals (#1304) 3 years ago
string_helpers_test.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 years ago
struct_reflection.h dd0890619a Enable a couple of boring warnings. (#4018) 1 year ago
struct_reflection_test.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 years ago
template_string.h e48101b608 Switch `CARBON_VLOG` to support a format string API. (#4283) 1 year ago
template_string_test.cpp e48101b608 Switch `CARBON_VLOG` to support a format string API. (#4283) 1 year ago
variant_helpers.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 years ago
version.h b51dc7f8e2 Introduce version and build info stamping. (#4054) 1 year ago
version.tmpl.cpp b51dc7f8e2 Introduce version and build info stamping. (#4054) 1 year ago
version_stamp.tmpl.cpp b51dc7f8e2 Introduce version and build info stamping. (#4054) 1 year ago
vlog.h 1d904556ef Remove `[[clang::preserve_most]]` (#4319) 1 year ago
vlog_test.cpp de57c9988c Break out driver environment info into its own type. (#4299) 1 year ago