This website requires JavaScript.
Explore
Help
Register
Sign In
carbon-language
/
carbon-lang
Watch
1
Star
0
Fork
0
mirror of
https://github.com/carbon-language/carbon-lang.git
synced
2026-09-25 13:40:12 +01:00
Code
Issues
Packages
Projects
Releases
10
Wiki
Activity
Files
6ae9cc3cf84ec015cb50549e06776d3906486338
carbon-lang
/
executable_semantics
/
common
T
History
Jon Meow
9829f188b7
Move all new's to global_arena, and remove ASAN disabling (
#690
)
...
Note this changes identifiers from char* to string to avoid malloc.
Fixes
#580
2021-08-02 11:08:22 -07:00
..
arena.cpp
Add a global arena to start cleaning up ASAN errors (
#687
)
2021-07-30 10:56:53 -07:00
arena.h
Move all new's to global_arena, and remove ASAN disabling (
#690
)
2021-08-02 11:08:22 -07:00
BUILD
Add a global arena to start cleaning up ASAN errors (
#687
)
2021-07-30 10:56:53 -07:00
error_test.cpp
Switch from llvm::errs()+exit() to FATAL_USER_ERROR() stream-based handling. (
#670
)
2021-07-28 10:47:33 -07:00
error.h
Switch from llvm::errs()+exit() to FATAL_USER_ERROR() stream-based handling. (
#670
)
2021-07-28 10:47:33 -07:00
tracing_flag.cpp
Move tracing_flag into a common directory (
#669
)
2021-07-21 09:57:54 -07:00
tracing_flag.h
Move tracing_flag into a common directory (
#669
)
2021-07-21 09:57:54 -07:00